home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-01 | 159.4 KB | 4,047 lines | [TEXT/MPS ] |
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: DragText.xih.
- * Generated using:
- * SOM Precompiler somipc: 2.18
- * SOM Emitter emitxih.dll: 2.33
- */
-
- #ifndef SOM_AppleTestDrag_DragText_xih
- #define SOM_AppleTestDrag_DragText_xih
-
- #include <somcls.xh>
- #include <somcm.xh>
-
- #ifndef SOM_AppleTestDrag_DragText_xh
- #include <DragText.xh>
- #endif
-
- /*
- * Set the scope of methods functions
- */
- #ifndef SOM_Scope
- #define SOM_Scope extern "C"
- #endif
-
- #define AppleTestDrag_DragText_MaxNoMethods 79
-
- /*
- * -- Instance Data
- */
-
- /*
- * -- Use best possible alignment for instance data slice.
- */
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=power
- #endif
- typedef struct AppleTestDrag_DragTextData {
- ODSession* fSession;
- ODBoolean fHasFoci;
- ODBoolean fNeedsFoci;
- ODFocusSet* fFocusSet;
- ODTypeToken fClipboardFocus;
- Document* fDocument;
- Handle fTextHandle;
- StScrpHandle fStylHandle;
- ODPoint fExtTransStore;
- ODSShort fLastFont;
- ODSShort fLastSize;
- ODBoolean fFrameShapeChanged;
- OrderedCollection* fDisplayFrames;
- ODID fWindowID;
- AppleTestDrag_DragText_SrceOfLink fSrcLink;
- AppleTestDrag_DragText_DestOfLink fDstLink;
- AppleTestDrag_DragText_LinkBorderStyle fLinkBorderStyle;
- ODTime fTimeBorderOff;
- ODDraft* fDraft;
- MenuHandle fTextMenu;
- MenuHandle fFontMenu;
- MenuHandle fSizeMenu;
- ODMenuBar* fMenuBar;
- ODUpdateID fClipboardUpdateID;
- ODUShort fUndoCount;
- ODUShort fRedoCount;
- ODStorageUnit* fTestDragSU;
- AppleTestDrag_SemtIntf* fSemtIntf;
- ODPart* fPartWrapper;
- ODBoolean fDirty;
- } AppleTestDrag_DragTextData;
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=reset
- #endif
-
- /*
- * -- Getdata Macro
- */
-
- /*
- * -- This emitter treats Data Tokens as Thunks by default.
- * -- Use the sc modifier "nothunks" to override this default.
- */
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef AppleTestDrag_DragTextData* (* SOMLINK somTD_AppleTestDrag_DragText_DataThunk)(void*);
- #define AppleTestDrag_DragTextGetData(somSelf) \
- (((somTD_AppleTestDrag_DragText_DataThunk)(AppleTestDrag_DragTextClassData.instanceDataToken))(somSelf))
-
- /*
- * -- Instance Data Access Macros for use in Method Procedures
- */
- #ifdef VARIABLE_MACROS
- #define _fSession (somThis->fSession)
- #define _fHasFoci (somThis->fHasFoci)
- #define _fNeedsFoci (somThis->fNeedsFoci)
- #define _fFocusSet (somThis->fFocusSet)
- #define _fClipboardFocus (somThis->fClipboardFocus)
- #define _fDocument (somThis->fDocument)
- #define _fTextHandle (somThis->fTextHandle)
- #define _fStylHandle (somThis->fStylHandle)
- #define _fExtTransStore (somThis->fExtTransStore)
- #define _fLastFont (somThis->fLastFont)
- #define _fLastSize (somThis->fLastSize)
- #define _fFrameShapeChanged (somThis->fFrameShapeChanged)
- #define _fDisplayFrames (somThis->fDisplayFrames)
- #define _fWindowID (somThis->fWindowID)
- #define _fSrcLink (somThis->fSrcLink)
- #define _fDstLink (somThis->fDstLink)
- #define _fLinkBorderStyle (somThis->fLinkBorderStyle)
- #define _fTimeBorderOff (somThis->fTimeBorderOff)
- #define _fDraft (somThis->fDraft)
- #define _fTextMenu (somThis->fTextMenu)
- #define _fFontMenu (somThis->fFontMenu)
- #define _fSizeMenu (somThis->fSizeMenu)
- #define _fMenuBar (somThis->fMenuBar)
- #define _fClipboardUpdateID (somThis->fClipboardUpdateID)
- #define _fUndoCount (somThis->fUndoCount)
- #define _fRedoCount (somThis->fRedoCount)
- #define _fTestDragSU (somThis->fTestDragSU)
- #define _fSemtIntf (somThis->fSemtIntf)
- #define _fPartWrapper (somThis->fPartWrapper)
- #define _fDirty (somThis->fDirty)
- #endif
-
-
- /*
- * Trace/Debug macro
- */
- #ifndef AppleTestDrag_DragTextMethodDebug
- #define AppleTestDrag_DragTextMethodDebug(c,m) SOMMethodDebug(c,m)
- #endif
-
- /*
- * -- Method Macros for use in Method Procedures
- */
- #ifdef METHOD_MACROS
- #define _InitPart somSelf->InitPart
- #define _InitPartFromStorage somSelf->InitPartFromStorage
- #define _DisplayFrameAdded somSelf->DisplayFrameAdded
- #define _DisplayFrameRemoved somSelf->DisplayFrameRemoved
- #define _DisplayFrameConnected somSelf->DisplayFrameConnected
- #define _DisplayFrameClosed somSelf->DisplayFrameClosed
- #define _AttachSourceFrame somSelf->AttachSourceFrame
- #define _FrameShapeChanged somSelf->FrameShapeChanged
- #define _ViewTypeChanged somSelf->ViewTypeChanged
- #define _PresentationChanged somSelf->PresentationChanged
- #define _SequenceChanged somSelf->SequenceChanged
- #define _LinkStatusChanged somSelf->LinkStatusChanged
- #define _ContainingPartPropertiesUpdated somSelf->ContainingPartPropertiesUpdated
- #define _ReadPartInfo somSelf->ReadPartInfo
- #define _WritePartInfo somSelf->WritePartInfo
- #define _ClonePartInfo somSelf->ClonePartInfo
- #define _Open somSelf->Open
- #define _Draw somSelf->Draw
- #define _FacetAdded somSelf->FacetAdded
- #define _FacetRemoved somSelf->FacetRemoved
- #define _GeometryChanged somSelf->GeometryChanged
- #define _HighlightChanged somSelf->HighlightChanged
- #define _CanvasChanged somSelf->CanvasChanged
- #define _CanvasUpdated somSelf->CanvasUpdated
- #define _GetPrintResolution somSelf->GetPrintResolution
- #define _BeginRelinquishFocus somSelf->BeginRelinquishFocus
- #define _CommitRelinquishFocus somSelf->CommitRelinquishFocus
- #define _AbortRelinquishFocus somSelf->AbortRelinquishFocus
- #define _FocusAcquired somSelf->FocusAcquired
- #define _FocusLost somSelf->FocusLost
- #define _ExternalizeKinds somSelf->ExternalizeKinds
- #define _ChangeKind somSelf->ChangeKind
- #define _HandleEvent somSelf->HandleEvent
- #define _AdjustMenus somSelf->AdjustMenus
- #define _UndoAction somSelf->UndoAction
- #define _RedoAction somSelf->RedoAction
- #define _DisposeActionState somSelf->DisposeActionState
- #define _WriteActionState somSelf->WriteActionState
- #define _ReadActionState somSelf->ReadActionState
- #define _FulfillPromise somSelf->FulfillPromise
- #define _DropCompleted somSelf->DropCompleted
- #define _DragEnter somSelf->DragEnter
- #define _DragWithin somSelf->DragWithin
- #define _DragLeave somSelf->DragLeave
- #define _Drop somSelf->Drop
- #define _CreateLink somSelf->CreateLink
- #define _RevealLink somSelf->RevealLink
- #define _LinkUpdated somSelf->LinkUpdated
- #define _EmbeddedFrameUpdated somSelf->EmbeddedFrameUpdated
- #define _EditInLinkAttempted somSelf->EditInLinkAttempted
- #define _RequestEmbeddedFrame somSelf->RequestEmbeddedFrame
- #define _RemoveEmbeddedFrame somSelf->RemoveEmbeddedFrame
- #define _RequestFrameShape somSelf->RequestFrameShape
- #define _UsedShapeChanged somSelf->UsedShapeChanged
- #define _AdjustBorderShape somSelf->AdjustBorderShape
- #define _AcquireContainingPartProperties somSelf->AcquireContainingPartProperties
- #define _RevealFrame somSelf->RevealFrame
- #define _EmbeddedFrameSpec somSelf->EmbeddedFrameSpec
- #define _CreateEmbeddedFramesIterator somSelf->CreateEmbeddedFramesIterator
- #define _IsRealPart somSelf->IsRealPart
- #define _GetRealPart somSelf->GetRealPart
- #define _ReleaseRealPart somSelf->ReleaseRealPart
- #define _somUninit somSelf->somUninit
- #define _CloneInto somSelf->CloneInto
- #define _Externalize somSelf->Externalize
- #define _InitPersistentObject somSelf->InitPersistentObject
- #define _InitPersistentObjectFromStorage somSelf->InitPersistentObjectFromStorage
- #define _ReleaseAll somSelf->ReleaseAll
- #define _Externalize somSelf->Externalize
- #define _GetStorageUnit somSelf->GetStorageUnit
- #define _GetID somSelf->GetID
- #define _CloneInto somSelf->CloneInto
- #define _somUninit somSelf->somUninit
- #define _InitRefCntObject somSelf->InitRefCntObject
- #define _Acquire somSelf->Acquire
- #define _Release somSelf->Release
- #define _GetRefCount somSelf->GetRefCount
- #define _somUninit somSelf->somUninit
- #define _InitObject somSelf->InitObject
- #define _HasExtension somSelf->HasExtension
- #define _AcquireExtension somSelf->AcquireExtension
- #define _ReleaseExtension somSelf->ReleaseExtension
- #define _Purge somSelf->Purge
- #define _IsEqualTo somSelf->IsEqualTo
- #define _SubClassResponsibility somSelf->SubClassResponsibility
- #define _somInit somSelf->somInit
- #define _somUninit somSelf->somUninit
- #define _somInit somSelf->somInit
- #define _somUninit somSelf->somUninit
- #define _somDuplicateReference somSelf->somDuplicateReference
- #define _somCompareReference somSelf->somCompareReference
- #define _somRelease somSelf->somRelease
- #define _somFree somSelf->somFree
- #define _somCanDelete somSelf->somCanDelete
- #define _somGetClass somSelf->somGetClass
- #define _somGetClassName somSelf->somGetClassName
- #define _somGetSize somSelf->somGetSize
- #define _somIsA somSelf->somIsA
- #define _somRespondsTo somSelf->somRespondsTo
- #define _somIsInstanceOf somSelf->somIsInstanceOf
- #define _somDispatch somSelf->somDispatch
- #define _somClassDispatch somSelf->somClassDispatch
- #define _somCastObj somSelf->somCastObj
- #define _somResetObj somSelf->somResetObj
- #define _somPrintSelf somSelf->somPrintSelf
- #define _somDumpSelf somSelf->somDumpSelf
- #define _somDumpSelfInt somSelf->somDumpSelfInt
- #define _CommonInitDragText somSelf->CommonInitDragText
- #define _ActivatingWindow somSelf->ActivatingWindow
- #define _DeactivatingWindow somSelf->DeactivatingWindow
- #define _CreateWindow somSelf->CreateWindow
- #define _ExternalizeSelection somSelf->ExternalizeSelection
- #define _HandleMouseDown somSelf->HandleMouseDown
- #define _HandleMouseDownInBorder somSelf->HandleMouseDownInBorder
- #define _HandleKeyDown somSelf->HandleKeyDown
- #define _HandleMenuEvent somSelf->HandleMenuEvent
- #define _Idle somSelf->Idle
- #define _ActivateFrame somSelf->ActivateFrame
- #define _DeactivateFrame somSelf->DeactivateFrame
- #define _InvalAllFrames somSelf->InvalAllFrames
- #define _ExternalShapeToWindowShape somSelf->ExternalShapeToWindowShape
- #define _AdjustFontMenu somSelf->AdjustFontMenu
- #define _AdjustSizeMenu somSelf->AdjustSizeMenu
- #define _HandleFontMenu somSelf->HandleFontMenu
- #define _HandleSizeMenu somSelf->HandleSizeMenu
- #define _InstallMenus somSelf->InstallMenus
- #define _RemoveMenus somSelf->RemoveMenus
- #define _OutlineSizeMenu somSelf->OutlineSizeMenu
- #define _CreateDocument somSelf->CreateDocument
- #define _PositionDocumentParts somSelf->PositionDocumentParts
- #define _AdjustScrollBar somSelf->AdjustScrollBar
- #define _AdjustCursor somSelf->AdjustCursor
- #define _DoDragText somSelf->DoDragText
- #define _ClipThis somSelf->ClipThis
- #define _ClipToRoot somSelf->ClipToRoot
- #define _DoCommand somSelf->DoCommand
- #define _DoCut somSelf->DoCut
- #define _DoCopy somSelf->DoCopy
- #define _TranslateContentKind somSelf->TranslateContentKind
- #define _DoPaste somSelf->DoPaste
- #define _DoPasteAs somSelf->DoPasteAs
- #define _CanPasteLink somSelf->CanPasteLink
- #define _DoPasteLink somSelf->DoPasteLink
- #define _DoDropPaste somSelf->DoDropPaste
- #define _DoDropPasteLink somSelf->DoDropPasteLink
- #define _DoLinkInfo somSelf->DoLinkInfo
- #define _DoClear somSelf->DoClear
- #define _DoSelectAll somSelf->DoSelectAll
- #define _DoSampleTwo somSelf->DoSampleTwo
- #define _DoSampleOne somSelf->DoSampleOne
- #define _CommonDropProlog somSelf->CommonDropProlog
- #define _DropOneItem somSelf->DropOneItem
- #define _UndoRedoCut somSelf->UndoRedoCut
- #define _UndoRedoPaste somSelf->UndoRedoPaste
- #define _UndoRedoPasteLink somSelf->UndoRedoPasteLink
- #define _UndoRedoClear somSelf->UndoRedoClear
- #define _UndoRedoSampleOne somSelf->UndoRedoSampleOne
- #define _UndoRedoSampleTwo somSelf->UndoRedoSampleTwo
- #define _UndoRedoTyping somSelf->UndoRedoTyping
- #define _UndoRedoStyling somSelf->UndoRedoStyling
- #define _PushUndoAction somSelf->PushUndoAction
- #define _IncorporateTestDragContent somSelf->IncorporateTestDragContent
- #define _IncorporateStyledTextContent somSelf->IncorporateStyledTextContent
- #define _IncorporateTextContent somSelf->IncorporateTextContent
- #define _OpenWhitespace somSelf->OpenWhitespace
- #define _InsertWhitespace somSelf->InsertWhitespace
- #define _ExpandSelectionAroundLink somSelf->ExpandSelectionAroundLink
- #define _SelectionInLinkSource somSelf->SelectionInLinkSource
- #define _SelectionInLinkDestination somSelf->SelectionInLinkDestination
- #define _PtInDestinationLink somSelf->PtInDestinationLink
- #define _AdjustDstLinks somSelf->AdjustDstLinks
- #define _AdjustSrcLinks somSelf->AdjustSrcLinks
- #define _CheckDstLinkDeletion somSelf->CheckDstLinkDeletion
- #define _AbandonSourceLinks somSelf->AbandonSourceLinks
- #define _RemoveSrcLink somSelf->RemoveSrcLink
- #define _RemoveDstLink somSelf->RemoveDstLink
- #define _RemoveLinkSpec somSelf->RemoveLinkSpec
- #define _LinkChanged somSelf->LinkChanged
- #define _IncorporateContentFromLink somSelf->IncorporateContentFromLink
- #define _AdjustLinks somSelf->AdjustLinks
- #define _AddLinkSpecToSU somSelf->AddLinkSpecToSU
- #define _PasteLinkFromSU somSelf->PasteLinkFromSU
- #define _ShowLinkBorder somSelf->ShowLinkBorder
- #define _ShowAboutBox somSelf->ShowAboutBox
- #define _UserCategoryString somSelf->UserCategoryString
- #define _InstallObjectAccessors somSelf->InstallObjectAccessors
- #define _somInit somSelf->somInit
- #define _somUninit somSelf->somUninit
- #define _Externalize somSelf->Externalize
- #define _Release somSelf->Release
- #define _ReleaseAll somSelf->ReleaseAll
- #define _HasExtension somSelf->HasExtension
- #define _AcquireExtension somSelf->AcquireExtension
- #define _ReleaseExtension somSelf->ReleaseExtension
- #define _FulfillPromise somSelf->FulfillPromise
- #define _DropCompleted somSelf->DropCompleted
- #define _DragEnter somSelf->DragEnter
- #define _DragWithin somSelf->DragWithin
- #define _DragLeave somSelf->DragLeave
- #define _Drop somSelf->Drop
- #define _ContainingPartPropertiesUpdated somSelf->ContainingPartPropertiesUpdated
- #define _AcquireContainingPartProperties somSelf->AcquireContainingPartProperties
- #define _RevealFrame somSelf->RevealFrame
- #define _EmbeddedFrameSpec somSelf->EmbeddedFrameSpec
- #define _CreateEmbeddedFramesIterator somSelf->CreateEmbeddedFramesIterator
- #define _DisplayFrameAdded somSelf->DisplayFrameAdded
- #define _DisplayFrameRemoved somSelf->DisplayFrameRemoved
- #define _DisplayFrameConnected somSelf->DisplayFrameConnected
- #define _DisplayFrameClosed somSelf->DisplayFrameClosed
- #define _AttachSourceFrame somSelf->AttachSourceFrame
- #define _GeometryChanged somSelf->GeometryChanged
- #define _FrameShapeChanged somSelf->FrameShapeChanged
- #define _ViewTypeChanged somSelf->ViewTypeChanged
- #define _PresentationChanged somSelf->PresentationChanged
- #define _SequenceChanged somSelf->SequenceChanged
- #define _ReadPartInfo somSelf->ReadPartInfo
- #define _WritePartInfo somSelf->WritePartInfo
- #define _ClonePartInfo somSelf->ClonePartInfo
- #define _Open somSelf->Open
- #define _RequestEmbeddedFrame somSelf->RequestEmbeddedFrame
- #define _RemoveEmbeddedFrame somSelf->RemoveEmbeddedFrame
- #define _RequestFrameShape somSelf->RequestFrameShape
- #define _UsedShapeChanged somSelf->UsedShapeChanged
- #define _AdjustBorderShape somSelf->AdjustBorderShape
- #define _FacetAdded somSelf->FacetAdded
- #define _FacetRemoved somSelf->FacetRemoved
- #define _CanvasChanged somSelf->CanvasChanged
- #define _Draw somSelf->Draw
- #define _CanvasUpdated somSelf->CanvasUpdated
- #define _HighlightChanged somSelf->HighlightChanged
- #define _GetPrintResolution somSelf->GetPrintResolution
- #define _CreateLink somSelf->CreateLink
- #define _LinkUpdated somSelf->LinkUpdated
- #define _RevealLink somSelf->RevealLink
- #define _EmbeddedFrameUpdated somSelf->EmbeddedFrameUpdated
- #define _LinkStatusChanged somSelf->LinkStatusChanged
- #define _BeginRelinquishFocus somSelf->BeginRelinquishFocus
- #define _CommitRelinquishFocus somSelf->CommitRelinquishFocus
- #define _AbortRelinquishFocus somSelf->AbortRelinquishFocus
- #define _FocusAcquired somSelf->FocusAcquired
- #define _FocusLost somSelf->FocusLost
- #define _CloneInto somSelf->CloneInto
- #define _ExternalizeKinds somSelf->ExternalizeKinds
- #define _ChangeKind somSelf->ChangeKind
- #define _HandleEvent somSelf->HandleEvent
- #define _AdjustMenus somSelf->AdjustMenus
- #define _UndoAction somSelf->UndoAction
- #define _RedoAction somSelf->RedoAction
- #define _DisposeActionState somSelf->DisposeActionState
- #define _WriteActionState somSelf->WriteActionState
- #define _ReadActionState somSelf->ReadActionState
- #define _InitPart somSelf->InitPart
- #define _InitPartFromStorage somSelf->InitPartFromStorage
- #endif
-
-
- /*
- * Introduced methods
- */
-
- /* New Method: CommonInitDragText */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCommonInitDragText(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su);
-
- /* New Method: ActivatingWindow */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextActivatingWindow(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DeactivatingWindow */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDeactivatingWindow(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: CreateWindow */
- SOM_Scope ODWindow* SOMLINK AppleTestDrag_DragTextCreateWindow(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* sourceFrame);
-
- /* New Method: ExternalizeSelection */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextExternalizeSelection(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su,
- ODCloneKind cloneKind);
-
- /* New Method: HandleMouseDown */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextHandleMouseDown(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where,
- ODEventData* event);
-
- /* New Method: HandleMouseDownInBorder */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextHandleMouseDownInBorder(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* container,
- ODFacet* facet,
- ODPoint* where,
- ODEventData* event);
-
- /* New Method: HandleKeyDown */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextHandleKeyDown(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* focusFrame,
- ODEventData* event);
-
- /* New Method: HandleMenuEvent */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextHandleMenuEvent(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODEventData* event);
-
- /* New Method: Idle */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextIdle(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: ActivateFrame */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextActivateFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DeactivateFrame */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDeactivateFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: InvalAllFrames */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextInvalAllFrames(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: ExternalShapeToWindowShape */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextExternalShapeToWindowShape(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* inShape,
- ODShape* outShape);
-
- /* New Method: AdjustFontMenu */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustFontMenu(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: AdjustSizeMenu */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustSizeMenu(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: HandleFontMenu */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextHandleFontMenu(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODUShort item);
-
- /* New Method: HandleSizeMenu */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextHandleSizeMenu(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODUShort item);
-
- /* New Method: InstallMenus */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextInstallMenus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: RemoveMenus */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRemoveMenus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: OutlineSizeMenu */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextOutlineSizeMenu(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODSShort fontNum);
-
- /* New Method: CreateDocument */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCreateDocument(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: PositionDocumentParts */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextPositionDocumentParts(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: AdjustScrollBar */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustScrollBar(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: AdjustCursor */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustCursor(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODPoint* where);
-
- /* New Method: DoDragText */
- SOM_Scope short SOMLINK AppleTestDrag_DragTextDoDragText(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODEventData* event);
-
- /* New Method: ClipThis */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextClipThis(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
-
- /* New Method: ClipToRoot */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextClipToRoot(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
-
- /* New Method: DoCommand */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoCommand(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODCommandID command);
-
- /* New Method: DoCut */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoCut(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DoCopy */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoCopy(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: TranslateContentKind */
- SOM_Scope ODStorageUnit* SOMLINK AppleTestDrag_DragTextTranslateContentKind(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* contentSU,
- ODType desiredKind,
- ODType translateKind);
-
- /* New Method: DoPaste */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoPaste(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODType desiredKind,
- ODType translateKind);
-
- /* New Method: DoPasteAs */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoPasteAs(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: CanPasteLink */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextCanPasteLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* contentSU,
- ODBoolean isMyContent,
- ODSShort pasteStart,
- ODSShort pasteEnd);
-
- /* New Method: DoPasteLink */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoPasteLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODType desiredKind);
-
- /* New Method: DoDropPaste */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDoDropPaste(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* dropSU,
- ODCloneKind cloneKind,
- ODType desiredKind,
- ODFacet* facet,
- ODPoint* where);
-
- /* New Method: DoDropPasteLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDoDropPasteLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* dropSU,
- ODType desiredKind,
- ODFacet* facet,
- ODPoint* where);
-
- /* New Method: DoLinkInfo */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoLinkInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DoClear */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoClear(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DoSelectAll */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoSelectAll(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DoSampleTwo */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoSampleTwo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: DoSampleOne */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextDoSampleOne(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: CommonDropProlog */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCommonDropProlog(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODCloneKind cloneKind);
-
- /* New Method: DropOneItem */
- SOM_Scope ODDropResult SOMLINK AppleTestDrag_DragTextDropOneItem(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* dropSU,
- ODFacet* facet,
- ODPoint* where);
-
- /* New Method: UndoRedoCut */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoCut(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoPaste */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoPaste(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoPasteLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoPasteLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoClear */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoClear(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoSampleOne */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoSampleOne(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoSampleTwo */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoSampleTwo(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoTyping */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoTyping(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: UndoRedoStyling */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoRedoStyling(AppleTestDrag_DragText *somSelf, Environment *ev,
- UndoInfo* action,
- ODUShort selector);
-
- /* New Method: PushUndoAction */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextPushUndoAction(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODCommandID command,
- ODULong start,
- ODULong end,
- ODPtr text,
- ODHandle style,
- StringPtr undoText,
- StringPtr redoText);
-
- /* New Method: IncorporateTestDragContent */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextIncorporateTestDragContent(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su,
- ODUpdateID change,
- ODCloneKind cloneKind);
-
- /* New Method: IncorporateStyledTextContent */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextIncorporateStyledTextContent(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su,
- ODUpdateID change);
-
- /* New Method: IncorporateTextContent */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextIncorporateTextContent(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su,
- ODUpdateID change);
-
- /* New Method: OpenWhitespace */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextOpenWhitespace(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su,
- ODValueType kind);
-
- /* New Method: InsertWhitespace */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextInsertWhitespace(AppleTestDrag_DragText *somSelf, Environment *ev,
- char firstChar,
- char lastChar);
-
- /* New Method: ExpandSelectionAroundLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextExpandSelectionAroundLink(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: SelectionInLinkSource */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextSelectionInLinkSource(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: SelectionInLinkDestination */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextSelectionInLinkDestination(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: PtInDestinationLink */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextPtInDestinationLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- Point* thePoint);
-
- /* New Method: AdjustDstLinks */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustDstLinks(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODSShort start,
- ODSShort endOld,
- ODSShort endNew,
- ODUpdateID change);
-
- /* New Method: AdjustSrcLinks */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustSrcLinks(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODSShort start,
- ODSShort endOld,
- ODSShort endNew,
- ODUpdateID change);
-
- /* New Method: CheckDstLinkDeletion */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCheckDstLinkDeletion(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODSShort start,
- ODSShort endOld,
- ODUpdateID change);
-
- /* New Method: AbandonSourceLinks */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAbandonSourceLinks(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODSShort start,
- ODSShort end);
-
- /* New Method: RemoveSrcLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRemoveSrcLink(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: RemoveDstLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRemoveDstLink(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: RemoveLinkSpec */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRemoveLinkSpec(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: LinkChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextLinkChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- AppleTestDrag_DragText_SrceOfLink* srcLink,
- ODUpdateID changeID);
-
- /* New Method: IncorporateContentFromLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextIncorporateContentFromLink(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /* New Method: AdjustLinks */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustLinks(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODSShort start,
- ODSShort endOld,
- ODSShort endNew,
- ODUpdateID changeID);
-
- /* New Method: AddLinkSpecToSU */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAddLinkSpecToSU(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* su);
-
- /* New Method: PasteLinkFromSU */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextPasteLinkFromSU(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODType desiredKind,
- ODStorageUnit* su);
-
- /* New Method: ShowLinkBorder */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextShowLinkBorder(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- AppleTestDrag_DragText_LinkBorderStyle borderStyle);
-
- /* New Method: ShowAboutBox */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextShowAboutBox(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
-
- /* New Method: UserCategoryString */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextUserCategoryString(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODName* name);
-
- /* New Method: InstallObjectAccessors */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextInstallObjectAccessors(AppleTestDrag_DragText *somSelf, Environment *ev);
-
- /*
- * Overridden methods
- */
-
- /* Overridden method: somInit */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextsomInit(AppleTestDrag_DragText *somSelf);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_somInit)(AppleTestDrag_DragText *somSelf);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_somInit(AppleTestDrag_DragText *somSelf)
- {
- (void) (somSelf);
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_somInit
- #ifdef parent_somInit
- #define SOMGD_pmc_parent_somInit
- #undef parent_somInit
- #else
- #define parent_somInit AppleTestDrag_DragText_parent_ODPart_somInit
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_somInit
- #ifdef parent_ODPart_somInit
- #define SOMGD_pmc_parent_ODPart_somInit
- #undef parent_ODPart_somInit
- #else
- #define parent_ODPart_somInit AppleTestDrag_DragText_parent_ODPart_somInit
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_somInit(arg0) \
- (void) AppleTestDrag_DragText_parent_ODPart_somInit(arg0)
-
- /* Overridden method: somUninit */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextsomUninit(AppleTestDrag_DragText *somSelf);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_somUninit)(AppleTestDrag_DragText *somSelf);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_somUninit(AppleTestDrag_DragText *somSelf)
- {
- (void) (somSelf);
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_somUninit
- #ifdef parent_somUninit
- #define SOMGD_pmc_parent_somUninit
- #undef parent_somUninit
- #else
- #define parent_somUninit AppleTestDrag_DragText_parent_ODPart_somUninit
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_somUninit
- #ifdef parent_ODPart_somUninit
- #define SOMGD_pmc_parent_ODPart_somUninit
- #undef parent_ODPart_somUninit
- #else
- #define parent_ODPart_somUninit AppleTestDrag_DragText_parent_ODPart_somUninit
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_somUninit(arg0) \
- (void) AppleTestDrag_DragText_parent_ODPart_somUninit(arg0)
-
- /* Overridden method: Externalize */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextExternalize(AppleTestDrag_DragText *somSelf, Environment *ev);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_Externalize)(AppleTestDrag_DragText *somSelf, Environment *ev);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_Externalize(AppleTestDrag_DragText *somSelf, Environment *ev)
- {
- ((somTD_xih_AppleTestDrag_DragText_Externalize)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPersistentObjectClassData.Externalize))
- (somSelf,ev);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_Externalize
- #ifdef parent_Externalize
- #define SOMGD_pmc_parent_Externalize
- #undef parent_Externalize
- #else
- #define parent_Externalize AppleTestDrag_DragText_parent_ODPart_Externalize
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_Externalize
- #ifdef parent_ODPart_Externalize
- #define SOMGD_pmc_parent_ODPart_Externalize
- #undef parent_ODPart_Externalize
- #else
- #define parent_ODPart_Externalize AppleTestDrag_DragText_parent_ODPart_Externalize
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_Externalize(arg0,arg1) \
- (void) AppleTestDrag_DragText_parent_ODPart_Externalize(arg0,arg1)
-
- /* Overridden method: Release */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRelease(AppleTestDrag_DragText *somSelf, Environment *ev);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_Release)(AppleTestDrag_DragText *somSelf, Environment *ev);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_Release(AppleTestDrag_DragText *somSelf, Environment *ev)
- {
- ((somTD_xih_AppleTestDrag_DragText_Release)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODRefCntObjectClassData.Release))
- (somSelf,ev);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_Release
- #ifdef parent_Release
- #define SOMGD_pmc_parent_Release
- #undef parent_Release
- #else
- #define parent_Release AppleTestDrag_DragText_parent_ODPart_Release
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_Release
- #ifdef parent_ODPart_Release
- #define SOMGD_pmc_parent_ODPart_Release
- #undef parent_ODPart_Release
- #else
- #define parent_ODPart_Release AppleTestDrag_DragText_parent_ODPart_Release
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_Release(arg0,arg1) \
- (void) AppleTestDrag_DragText_parent_ODPart_Release(arg0,arg1)
-
- /* Overridden method: ReleaseAll */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextReleaseAll(AppleTestDrag_DragText *somSelf, Environment *ev);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ReleaseAll)(AppleTestDrag_DragText *somSelf, Environment *ev);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ReleaseAll(AppleTestDrag_DragText *somSelf, Environment *ev)
- {
- ((somTD_xih_AppleTestDrag_DragText_ReleaseAll)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPersistentObjectClassData.ReleaseAll))
- (somSelf,ev);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ReleaseAll
- #ifdef parent_ReleaseAll
- #define SOMGD_pmc_parent_ReleaseAll
- #undef parent_ReleaseAll
- #else
- #define parent_ReleaseAll AppleTestDrag_DragText_parent_ODPart_ReleaseAll
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ReleaseAll
- #ifdef parent_ODPart_ReleaseAll
- #define SOMGD_pmc_parent_ODPart_ReleaseAll
- #undef parent_ODPart_ReleaseAll
- #else
- #define parent_ODPart_ReleaseAll AppleTestDrag_DragText_parent_ODPart_ReleaseAll
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ReleaseAll(arg0,arg1) \
- (void) AppleTestDrag_DragText_parent_ODPart_ReleaseAll(arg0,arg1)
-
- /* Overridden method: HasExtension */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextHasExtension(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType extensionName);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODBoolean (* SOMLINK somTD_xih_AppleTestDrag_DragText_HasExtension)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType extensionName);
- inline ODBoolean SOMLINK AppleTestDrag_DragText_parent_ODPart_HasExtension(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType extensionName)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_AppleTestDrag_DragText_HasExtension)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODObjectClassData.HasExtension))
- (somSelf,ev,extensionName);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_HasExtension)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODObjectClassData.HasExtension))
- (somSelf,ev,extensionName);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_HasExtension
- #ifdef parent_HasExtension
- #define SOMGD_pmc_parent_HasExtension
- #undef parent_HasExtension
- #else
- #define parent_HasExtension AppleTestDrag_DragText_parent_ODPart_HasExtension
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_HasExtension
- #ifdef parent_ODPart_HasExtension
- #define SOMGD_pmc_parent_ODPart_HasExtension
- #undef parent_ODPart_HasExtension
- #else
- #define parent_ODPart_HasExtension AppleTestDrag_DragText_parent_ODPart_HasExtension
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_HasExtension(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_HasExtension(arg0,arg1,arg2)
-
- /* Overridden method: AcquireExtension */
- SOM_Scope ODExtension* SOMLINK AppleTestDrag_DragTextAcquireExtension(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType extensionName);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODExtension* (* SOMLINK somTD_xih_AppleTestDrag_DragText_AcquireExtension)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType extensionName);
- inline ODExtension* SOMLINK AppleTestDrag_DragText_parent_ODPart_AcquireExtension(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType extensionName)
- {
- #ifdef SOMCHKEXCEPT
- ODExtension* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_AcquireExtension)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODObjectClassData.AcquireExtension))
- (somSelf,ev,extensionName);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_AcquireExtension)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODObjectClassData.AcquireExtension))
- (somSelf,ev,extensionName);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_AcquireExtension
- #ifdef parent_AcquireExtension
- #define SOMGD_pmc_parent_AcquireExtension
- #undef parent_AcquireExtension
- #else
- #define parent_AcquireExtension AppleTestDrag_DragText_parent_ODPart_AcquireExtension
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_AcquireExtension
- #ifdef parent_ODPart_AcquireExtension
- #define SOMGD_pmc_parent_ODPart_AcquireExtension
- #undef parent_ODPart_AcquireExtension
- #else
- #define parent_ODPart_AcquireExtension AppleTestDrag_DragText_parent_ODPart_AcquireExtension
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_AcquireExtension(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_AcquireExtension(arg0,arg1,arg2)
-
- /* Overridden method: ReleaseExtension */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextReleaseExtension(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODExtension* extension);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ReleaseExtension)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODExtension* extension);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ReleaseExtension(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODExtension* extension)
- {
- ((somTD_xih_AppleTestDrag_DragText_ReleaseExtension)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODObjectClassData.ReleaseExtension))
- (somSelf,ev,extension);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ReleaseExtension
- #ifdef parent_ReleaseExtension
- #define SOMGD_pmc_parent_ReleaseExtension
- #undef parent_ReleaseExtension
- #else
- #define parent_ReleaseExtension AppleTestDrag_DragText_parent_ODPart_ReleaseExtension
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ReleaseExtension
- #ifdef parent_ODPart_ReleaseExtension
- #define SOMGD_pmc_parent_ODPart_ReleaseExtension
- #undef parent_ODPart_ReleaseExtension
- #else
- #define parent_ODPart_ReleaseExtension AppleTestDrag_DragText_parent_ODPart_ReleaseExtension
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ReleaseExtension(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_ReleaseExtension(arg0,arg1,arg2)
-
- /* Overridden method: FulfillPromise */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextFulfillPromise(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnitView* promiseSUView);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_FulfillPromise)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnitView* promiseSUView);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_FulfillPromise(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnitView* promiseSUView)
- {
- ((somTD_xih_AppleTestDrag_DragText_FulfillPromise)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.FulfillPromise))
- (somSelf,ev,promiseSUView);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_FulfillPromise
- #ifdef parent_FulfillPromise
- #define SOMGD_pmc_parent_FulfillPromise
- #undef parent_FulfillPromise
- #else
- #define parent_FulfillPromise AppleTestDrag_DragText_parent_ODPart_FulfillPromise
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_FulfillPromise
- #ifdef parent_ODPart_FulfillPromise
- #define SOMGD_pmc_parent_ODPart_FulfillPromise
- #undef parent_ODPart_FulfillPromise
- #else
- #define parent_ODPart_FulfillPromise AppleTestDrag_DragText_parent_ODPart_FulfillPromise
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_FulfillPromise(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_FulfillPromise(arg0,arg1,arg2)
-
- /* Overridden method: DropCompleted */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDropCompleted(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODPart* destPart,
- ODDropResult dropResult);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DropCompleted)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODPart* destPart,
- ODDropResult dropResult);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DropCompleted(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODPart* destPart,
- ODDropResult dropResult)
- {
- ((somTD_xih_AppleTestDrag_DragText_DropCompleted)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DropCompleted))
- (somSelf,ev,destPart,dropResult);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DropCompleted
- #ifdef parent_DropCompleted
- #define SOMGD_pmc_parent_DropCompleted
- #undef parent_DropCompleted
- #else
- #define parent_DropCompleted AppleTestDrag_DragText_parent_ODPart_DropCompleted
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DropCompleted
- #ifdef parent_ODPart_DropCompleted
- #define SOMGD_pmc_parent_ODPart_DropCompleted
- #undef parent_ODPart_DropCompleted
- #else
- #define parent_ODPart_DropCompleted AppleTestDrag_DragText_parent_ODPart_DropCompleted
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DropCompleted(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_DropCompleted(arg0,arg1,arg2,arg3)
-
- /* Overridden method: DragEnter */
- SOM_Scope ODDragResult SOMLINK AppleTestDrag_DragTextDragEnter(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODDragResult (* SOMLINK somTD_xih_AppleTestDrag_DragText_DragEnter)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- inline ODDragResult SOMLINK AppleTestDrag_DragText_parent_ODPart_DragEnter(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where)
- {
- #ifdef SOMCHKEXCEPT
- ODDragResult __somRetVal = ((somTD_xih_AppleTestDrag_DragText_DragEnter)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DragEnter))
- (somSelf,ev,dragInfo,facet,where);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_DragEnter)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DragEnter))
- (somSelf,ev,dragInfo,facet,where);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DragEnter
- #ifdef parent_DragEnter
- #define SOMGD_pmc_parent_DragEnter
- #undef parent_DragEnter
- #else
- #define parent_DragEnter AppleTestDrag_DragText_parent_ODPart_DragEnter
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DragEnter
- #ifdef parent_ODPart_DragEnter
- #define SOMGD_pmc_parent_ODPart_DragEnter
- #undef parent_ODPart_DragEnter
- #else
- #define parent_ODPart_DragEnter AppleTestDrag_DragText_parent_ODPart_DragEnter
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DragEnter(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_DragEnter(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: DragWithin */
- SOM_Scope ODDragResult SOMLINK AppleTestDrag_DragTextDragWithin(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODDragResult (* SOMLINK somTD_xih_AppleTestDrag_DragText_DragWithin)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- inline ODDragResult SOMLINK AppleTestDrag_DragText_parent_ODPart_DragWithin(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where)
- {
- #ifdef SOMCHKEXCEPT
- ODDragResult __somRetVal = ((somTD_xih_AppleTestDrag_DragText_DragWithin)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DragWithin))
- (somSelf,ev,dragInfo,facet,where);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_DragWithin)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DragWithin))
- (somSelf,ev,dragInfo,facet,where);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DragWithin
- #ifdef parent_DragWithin
- #define SOMGD_pmc_parent_DragWithin
- #undef parent_DragWithin
- #else
- #define parent_DragWithin AppleTestDrag_DragText_parent_ODPart_DragWithin
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DragWithin
- #ifdef parent_ODPart_DragWithin
- #define SOMGD_pmc_parent_ODPart_DragWithin
- #undef parent_ODPart_DragWithin
- #else
- #define parent_ODPart_DragWithin AppleTestDrag_DragText_parent_ODPart_DragWithin
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DragWithin(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_DragWithin(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: DragLeave */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDragLeave(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DragLeave)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DragLeave(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where)
- {
- ((somTD_xih_AppleTestDrag_DragText_DragLeave)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DragLeave))
- (somSelf,ev,facet,where);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DragLeave
- #ifdef parent_DragLeave
- #define SOMGD_pmc_parent_DragLeave
- #undef parent_DragLeave
- #else
- #define parent_DragLeave AppleTestDrag_DragText_parent_ODPart_DragLeave
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DragLeave
- #ifdef parent_ODPart_DragLeave
- #define SOMGD_pmc_parent_ODPart_DragLeave
- #undef parent_ODPart_DragLeave
- #else
- #define parent_ODPart_DragLeave AppleTestDrag_DragText_parent_ODPart_DragLeave
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DragLeave(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_DragLeave(arg0,arg1,arg2,arg3)
-
- /* Overridden method: Drop */
- SOM_Scope ODDropResult SOMLINK AppleTestDrag_DragTextDrop(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dropInfo,
- ODFacet* facet,
- ODPoint* where);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODDropResult (* SOMLINK somTD_xih_AppleTestDrag_DragText_Drop)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dropInfo,
- ODFacet* facet,
- ODPoint* where);
- inline ODDropResult SOMLINK AppleTestDrag_DragText_parent_ODPart_Drop(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDragItemIterator* dropInfo,
- ODFacet* facet,
- ODPoint* where)
- {
- #ifdef SOMCHKEXCEPT
- ODDropResult __somRetVal = ((somTD_xih_AppleTestDrag_DragText_Drop)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.Drop))
- (somSelf,ev,dropInfo,facet,where);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_Drop)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.Drop))
- (somSelf,ev,dropInfo,facet,where);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_Drop
- #ifdef parent_Drop
- #define SOMGD_pmc_parent_Drop
- #undef parent_Drop
- #else
- #define parent_Drop AppleTestDrag_DragText_parent_ODPart_Drop
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_Drop
- #ifdef parent_ODPart_Drop
- #define SOMGD_pmc_parent_ODPart_Drop
- #undef parent_ODPart_Drop
- #else
- #define parent_ODPart_Drop AppleTestDrag_DragText_parent_ODPart_Drop
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_Drop(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_Drop(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: ContainingPartPropertiesUpdated */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextContainingPartPropertiesUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnit* propertyUnit);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ContainingPartPropertiesUpdated)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnit* propertyUnit);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ContainingPartPropertiesUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnit* propertyUnit)
- {
- ((somTD_xih_AppleTestDrag_DragText_ContainingPartPropertiesUpdated)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ContainingPartPropertiesUpdated))
- (somSelf,ev,frame,propertyUnit);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ContainingPartPropertiesUpdated
- #ifdef parent_ContainingPartPropertiesUpdated
- #define SOMGD_pmc_parent_ContainingPartPropertiesUpdated
- #undef parent_ContainingPartPropertiesUpdated
- #else
- #define parent_ContainingPartPropertiesUpdated AppleTestDrag_DragText_parent_ODPart_ContainingPartPropertiesUpdated
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ContainingPartPropertiesUpdated
- #ifdef parent_ODPart_ContainingPartPropertiesUpdated
- #define SOMGD_pmc_parent_ODPart_ContainingPartPropertiesUpdated
- #undef parent_ODPart_ContainingPartPropertiesUpdated
- #else
- #define parent_ODPart_ContainingPartPropertiesUpdated AppleTestDrag_DragText_parent_ODPart_ContainingPartPropertiesUpdated
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ContainingPartPropertiesUpdated(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_ContainingPartPropertiesUpdated(arg0,arg1,arg2,arg3)
-
- /* Overridden method: AcquireContainingPartProperties */
- SOM_Scope ODStorageUnit* SOMLINK AppleTestDrag_DragTextAcquireContainingPartProperties(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODStorageUnit* (* SOMLINK somTD_xih_AppleTestDrag_DragText_AcquireContainingPartProperties)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODStorageUnit* SOMLINK AppleTestDrag_DragText_parent_ODPart_AcquireContainingPartProperties(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODStorageUnit* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_AcquireContainingPartProperties)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AcquireContainingPartProperties))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_AcquireContainingPartProperties)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AcquireContainingPartProperties))
- (somSelf,ev,frame);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_AcquireContainingPartProperties
- #ifdef parent_AcquireContainingPartProperties
- #define SOMGD_pmc_parent_AcquireContainingPartProperties
- #undef parent_AcquireContainingPartProperties
- #else
- #define parent_AcquireContainingPartProperties AppleTestDrag_DragText_parent_ODPart_AcquireContainingPartProperties
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_AcquireContainingPartProperties
- #ifdef parent_ODPart_AcquireContainingPartProperties
- #define SOMGD_pmc_parent_ODPart_AcquireContainingPartProperties
- #undef parent_ODPart_AcquireContainingPartProperties
- #else
- #define parent_ODPart_AcquireContainingPartProperties AppleTestDrag_DragText_parent_ODPart_AcquireContainingPartProperties
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_AcquireContainingPartProperties(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_AcquireContainingPartProperties(arg0,arg1,arg2)
-
- /* Overridden method: RevealFrame */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextRevealFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* revealShape);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODBoolean (* SOMLINK somTD_xih_AppleTestDrag_DragText_RevealFrame)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* revealShape);
- inline ODBoolean SOMLINK AppleTestDrag_DragText_parent_ODPart_RevealFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* revealShape)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_AppleTestDrag_DragText_RevealFrame)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RevealFrame))
- (somSelf,ev,embeddedFrame,revealShape);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_RevealFrame)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RevealFrame))
- (somSelf,ev,embeddedFrame,revealShape);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_RevealFrame
- #ifdef parent_RevealFrame
- #define SOMGD_pmc_parent_RevealFrame
- #undef parent_RevealFrame
- #else
- #define parent_RevealFrame AppleTestDrag_DragText_parent_ODPart_RevealFrame
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_RevealFrame
- #ifdef parent_ODPart_RevealFrame
- #define SOMGD_pmc_parent_ODPart_RevealFrame
- #undef parent_ODPart_RevealFrame
- #else
- #define parent_ODPart_RevealFrame AppleTestDrag_DragText_parent_ODPart_RevealFrame
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_RevealFrame(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_RevealFrame(arg0,arg1,arg2,arg3)
-
- /* Overridden method: EmbeddedFrameSpec */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextEmbeddedFrameSpec(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODObjectSpec* spec);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_EmbeddedFrameSpec)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODObjectSpec* spec);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameSpec(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODObjectSpec* spec)
- {
- ((somTD_xih_AppleTestDrag_DragText_EmbeddedFrameSpec)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.EmbeddedFrameSpec))
- (somSelf,ev,embeddedFrame,spec);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_EmbeddedFrameSpec
- #ifdef parent_EmbeddedFrameSpec
- #define SOMGD_pmc_parent_EmbeddedFrameSpec
- #undef parent_EmbeddedFrameSpec
- #else
- #define parent_EmbeddedFrameSpec AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameSpec
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_EmbeddedFrameSpec
- #ifdef parent_ODPart_EmbeddedFrameSpec
- #define SOMGD_pmc_parent_ODPart_EmbeddedFrameSpec
- #undef parent_ODPart_EmbeddedFrameSpec
- #else
- #define parent_ODPart_EmbeddedFrameSpec AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameSpec
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_EmbeddedFrameSpec(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameSpec(arg0,arg1,arg2,arg3)
-
- /* Overridden method: CreateEmbeddedFramesIterator */
- SOM_Scope ODEmbeddedFramesIterator* SOMLINK AppleTestDrag_DragTextCreateEmbeddedFramesIterator(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODEmbeddedFramesIterator* (* SOMLINK somTD_xih_AppleTestDrag_DragText_CreateEmbeddedFramesIterator)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODEmbeddedFramesIterator* SOMLINK AppleTestDrag_DragText_parent_ODPart_CreateEmbeddedFramesIterator(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODEmbeddedFramesIterator* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_CreateEmbeddedFramesIterator)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CreateEmbeddedFramesIterator))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_CreateEmbeddedFramesIterator)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CreateEmbeddedFramesIterator))
- (somSelf,ev,frame);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_CreateEmbeddedFramesIterator
- #ifdef parent_CreateEmbeddedFramesIterator
- #define SOMGD_pmc_parent_CreateEmbeddedFramesIterator
- #undef parent_CreateEmbeddedFramesIterator
- #else
- #define parent_CreateEmbeddedFramesIterator AppleTestDrag_DragText_parent_ODPart_CreateEmbeddedFramesIterator
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_CreateEmbeddedFramesIterator
- #ifdef parent_ODPart_CreateEmbeddedFramesIterator
- #define SOMGD_pmc_parent_ODPart_CreateEmbeddedFramesIterator
- #undef parent_ODPart_CreateEmbeddedFramesIterator
- #else
- #define parent_ODPart_CreateEmbeddedFramesIterator AppleTestDrag_DragText_parent_ODPart_CreateEmbeddedFramesIterator
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_CreateEmbeddedFramesIterator(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_CreateEmbeddedFramesIterator(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameAdded */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDisplayFrameAdded(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DisplayFrameAdded)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DisplayFrameAdded(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_DisplayFrameAdded)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DisplayFrameAdded))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DisplayFrameAdded
- #ifdef parent_DisplayFrameAdded
- #define SOMGD_pmc_parent_DisplayFrameAdded
- #undef parent_DisplayFrameAdded
- #else
- #define parent_DisplayFrameAdded AppleTestDrag_DragText_parent_ODPart_DisplayFrameAdded
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DisplayFrameAdded
- #ifdef parent_ODPart_DisplayFrameAdded
- #define SOMGD_pmc_parent_ODPart_DisplayFrameAdded
- #undef parent_ODPart_DisplayFrameAdded
- #else
- #define parent_ODPart_DisplayFrameAdded AppleTestDrag_DragText_parent_ODPart_DisplayFrameAdded
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DisplayFrameAdded(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_DisplayFrameAdded(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameRemoved */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDisplayFrameRemoved(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DisplayFrameRemoved)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DisplayFrameRemoved(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_DisplayFrameRemoved)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DisplayFrameRemoved))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DisplayFrameRemoved
- #ifdef parent_DisplayFrameRemoved
- #define SOMGD_pmc_parent_DisplayFrameRemoved
- #undef parent_DisplayFrameRemoved
- #else
- #define parent_DisplayFrameRemoved AppleTestDrag_DragText_parent_ODPart_DisplayFrameRemoved
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DisplayFrameRemoved
- #ifdef parent_ODPart_DisplayFrameRemoved
- #define SOMGD_pmc_parent_ODPart_DisplayFrameRemoved
- #undef parent_ODPart_DisplayFrameRemoved
- #else
- #define parent_ODPart_DisplayFrameRemoved AppleTestDrag_DragText_parent_ODPart_DisplayFrameRemoved
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DisplayFrameRemoved(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_DisplayFrameRemoved(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameConnected */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDisplayFrameConnected(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DisplayFrameConnected)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DisplayFrameConnected(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_DisplayFrameConnected)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DisplayFrameConnected))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DisplayFrameConnected
- #ifdef parent_DisplayFrameConnected
- #define SOMGD_pmc_parent_DisplayFrameConnected
- #undef parent_DisplayFrameConnected
- #else
- #define parent_DisplayFrameConnected AppleTestDrag_DragText_parent_ODPart_DisplayFrameConnected
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DisplayFrameConnected
- #ifdef parent_ODPart_DisplayFrameConnected
- #define SOMGD_pmc_parent_ODPart_DisplayFrameConnected
- #undef parent_ODPart_DisplayFrameConnected
- #else
- #define parent_ODPart_DisplayFrameConnected AppleTestDrag_DragText_parent_ODPart_DisplayFrameConnected
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DisplayFrameConnected(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_DisplayFrameConnected(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameClosed */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDisplayFrameClosed(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DisplayFrameClosed)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DisplayFrameClosed(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_DisplayFrameClosed)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DisplayFrameClosed))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DisplayFrameClosed
- #ifdef parent_DisplayFrameClosed
- #define SOMGD_pmc_parent_DisplayFrameClosed
- #undef parent_DisplayFrameClosed
- #else
- #define parent_DisplayFrameClosed AppleTestDrag_DragText_parent_ODPart_DisplayFrameClosed
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DisplayFrameClosed
- #ifdef parent_ODPart_DisplayFrameClosed
- #define SOMGD_pmc_parent_ODPart_DisplayFrameClosed
- #undef parent_ODPart_DisplayFrameClosed
- #else
- #define parent_ODPart_DisplayFrameClosed AppleTestDrag_DragText_parent_ODPart_DisplayFrameClosed
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DisplayFrameClosed(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_DisplayFrameClosed(arg0,arg1,arg2)
-
- /* Overridden method: AttachSourceFrame */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAttachSourceFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODFrame* sourceFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_AttachSourceFrame)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODFrame* sourceFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_AttachSourceFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODFrame* sourceFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_AttachSourceFrame)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AttachSourceFrame))
- (somSelf,ev,frame,sourceFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_AttachSourceFrame
- #ifdef parent_AttachSourceFrame
- #define SOMGD_pmc_parent_AttachSourceFrame
- #undef parent_AttachSourceFrame
- #else
- #define parent_AttachSourceFrame AppleTestDrag_DragText_parent_ODPart_AttachSourceFrame
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_AttachSourceFrame
- #ifdef parent_ODPart_AttachSourceFrame
- #define SOMGD_pmc_parent_ODPart_AttachSourceFrame
- #undef parent_ODPart_AttachSourceFrame
- #else
- #define parent_ODPart_AttachSourceFrame AppleTestDrag_DragText_parent_ODPart_AttachSourceFrame
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_AttachSourceFrame(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_AttachSourceFrame(arg0,arg1,arg2,arg3)
-
- /* Overridden method: GeometryChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextGeometryChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODBoolean clipShapeChanged,
- ODBoolean externalTransformChanged);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_GeometryChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODBoolean clipShapeChanged,
- ODBoolean externalTransformChanged);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_GeometryChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODBoolean clipShapeChanged,
- ODBoolean externalTransformChanged)
- {
- ((somTD_xih_AppleTestDrag_DragText_GeometryChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.GeometryChanged))
- (somSelf,ev,facet,clipShapeChanged,externalTransformChanged);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_GeometryChanged
- #ifdef parent_GeometryChanged
- #define SOMGD_pmc_parent_GeometryChanged
- #undef parent_GeometryChanged
- #else
- #define parent_GeometryChanged AppleTestDrag_DragText_parent_ODPart_GeometryChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_GeometryChanged
- #ifdef parent_ODPart_GeometryChanged
- #define SOMGD_pmc_parent_ODPart_GeometryChanged
- #undef parent_ODPart_GeometryChanged
- #else
- #define parent_ODPart_GeometryChanged AppleTestDrag_DragText_parent_ODPart_GeometryChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_GeometryChanged(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_GeometryChanged(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: FrameShapeChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextFrameShapeChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_FrameShapeChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_FrameShapeChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_FrameShapeChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.FrameShapeChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_FrameShapeChanged
- #ifdef parent_FrameShapeChanged
- #define SOMGD_pmc_parent_FrameShapeChanged
- #undef parent_FrameShapeChanged
- #else
- #define parent_FrameShapeChanged AppleTestDrag_DragText_parent_ODPart_FrameShapeChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_FrameShapeChanged
- #ifdef parent_ODPart_FrameShapeChanged
- #define SOMGD_pmc_parent_ODPart_FrameShapeChanged
- #undef parent_ODPart_FrameShapeChanged
- #else
- #define parent_ODPart_FrameShapeChanged AppleTestDrag_DragText_parent_ODPart_FrameShapeChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_FrameShapeChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_FrameShapeChanged(arg0,arg1,arg2)
-
- /* Overridden method: ViewTypeChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextViewTypeChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ViewTypeChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ViewTypeChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_ViewTypeChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ViewTypeChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ViewTypeChanged
- #ifdef parent_ViewTypeChanged
- #define SOMGD_pmc_parent_ViewTypeChanged
- #undef parent_ViewTypeChanged
- #else
- #define parent_ViewTypeChanged AppleTestDrag_DragText_parent_ODPart_ViewTypeChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ViewTypeChanged
- #ifdef parent_ODPart_ViewTypeChanged
- #define SOMGD_pmc_parent_ODPart_ViewTypeChanged
- #undef parent_ODPart_ViewTypeChanged
- #else
- #define parent_ODPart_ViewTypeChanged AppleTestDrag_DragText_parent_ODPart_ViewTypeChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ViewTypeChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_ViewTypeChanged(arg0,arg1,arg2)
-
- /* Overridden method: PresentationChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextPresentationChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_PresentationChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_PresentationChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_PresentationChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.PresentationChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_PresentationChanged
- #ifdef parent_PresentationChanged
- #define SOMGD_pmc_parent_PresentationChanged
- #undef parent_PresentationChanged
- #else
- #define parent_PresentationChanged AppleTestDrag_DragText_parent_ODPart_PresentationChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_PresentationChanged
- #ifdef parent_ODPart_PresentationChanged
- #define SOMGD_pmc_parent_ODPart_PresentationChanged
- #undef parent_ODPart_PresentationChanged
- #else
- #define parent_ODPart_PresentationChanged AppleTestDrag_DragText_parent_ODPart_PresentationChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_PresentationChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_PresentationChanged(arg0,arg1,arg2)
-
- /* Overridden method: SequenceChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextSequenceChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_SequenceChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_SequenceChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_SequenceChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.SequenceChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_SequenceChanged
- #ifdef parent_SequenceChanged
- #define SOMGD_pmc_parent_SequenceChanged
- #undef parent_SequenceChanged
- #else
- #define parent_SequenceChanged AppleTestDrag_DragText_parent_ODPart_SequenceChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_SequenceChanged
- #ifdef parent_ODPart_SequenceChanged
- #define SOMGD_pmc_parent_ODPart_SequenceChanged
- #undef parent_ODPart_SequenceChanged
- #else
- #define parent_ODPart_SequenceChanged AppleTestDrag_DragText_parent_ODPart_SequenceChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_SequenceChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_SequenceChanged(arg0,arg1,arg2)
-
- /* Overridden method: ReadPartInfo */
- SOM_Scope ODInfoType SOMLINK AppleTestDrag_DragTextReadPartInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnitView* storageUnitView);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODInfoType (* SOMLINK somTD_xih_AppleTestDrag_DragText_ReadPartInfo)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnitView* storageUnitView);
- inline ODInfoType SOMLINK AppleTestDrag_DragText_parent_ODPart_ReadPartInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnitView* storageUnitView)
- {
- #ifdef SOMCHKEXCEPT
- ODInfoType __somRetVal = ((somTD_xih_AppleTestDrag_DragText_ReadPartInfo)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ReadPartInfo))
- (somSelf,ev,frame,storageUnitView);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_ReadPartInfo)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ReadPartInfo))
- (somSelf,ev,frame,storageUnitView);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ReadPartInfo
- #ifdef parent_ReadPartInfo
- #define SOMGD_pmc_parent_ReadPartInfo
- #undef parent_ReadPartInfo
- #else
- #define parent_ReadPartInfo AppleTestDrag_DragText_parent_ODPart_ReadPartInfo
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ReadPartInfo
- #ifdef parent_ODPart_ReadPartInfo
- #define SOMGD_pmc_parent_ODPart_ReadPartInfo
- #undef parent_ODPart_ReadPartInfo
- #else
- #define parent_ODPart_ReadPartInfo AppleTestDrag_DragText_parent_ODPart_ReadPartInfo
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ReadPartInfo(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_ReadPartInfo(arg0,arg1,arg2,arg3)
-
- /* Overridden method: WritePartInfo */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextWritePartInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_WritePartInfo)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_WritePartInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView)
- {
- ((somTD_xih_AppleTestDrag_DragText_WritePartInfo)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.WritePartInfo))
- (somSelf,ev,partInfo,storageUnitView);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_WritePartInfo
- #ifdef parent_WritePartInfo
- #define SOMGD_pmc_parent_WritePartInfo
- #undef parent_WritePartInfo
- #else
- #define parent_WritePartInfo AppleTestDrag_DragText_parent_ODPart_WritePartInfo
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_WritePartInfo
- #ifdef parent_ODPart_WritePartInfo
- #define SOMGD_pmc_parent_ODPart_WritePartInfo
- #undef parent_ODPart_WritePartInfo
- #else
- #define parent_ODPart_WritePartInfo AppleTestDrag_DragText_parent_ODPart_WritePartInfo
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_WritePartInfo(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_WritePartInfo(arg0,arg1,arg2,arg3)
-
- /* Overridden method: ClonePartInfo */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextClonePartInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDraftKey key,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView,
- ODFrame* scope);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ClonePartInfo)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDraftKey key,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView,
- ODFrame* scope);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ClonePartInfo(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDraftKey key,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView,
- ODFrame* scope)
- {
- ((somTD_xih_AppleTestDrag_DragText_ClonePartInfo)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ClonePartInfo))
- (somSelf,ev,key,partInfo,storageUnitView,scope);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ClonePartInfo
- #ifdef parent_ClonePartInfo
- #define SOMGD_pmc_parent_ClonePartInfo
- #undef parent_ClonePartInfo
- #else
- #define parent_ClonePartInfo AppleTestDrag_DragText_parent_ODPart_ClonePartInfo
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ClonePartInfo
- #ifdef parent_ODPart_ClonePartInfo
- #define SOMGD_pmc_parent_ODPart_ClonePartInfo
- #undef parent_ODPart_ClonePartInfo
- #else
- #define parent_ODPart_ClonePartInfo AppleTestDrag_DragText_parent_ODPart_ClonePartInfo
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ClonePartInfo(arg0,arg1,arg2,arg3,arg4,arg5) \
- (void) AppleTestDrag_DragText_parent_ODPart_ClonePartInfo(arg0,arg1,arg2,arg3,arg4,arg5)
-
- /* Overridden method: Open */
- SOM_Scope ODID SOMLINK AppleTestDrag_DragTextOpen(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODID (* SOMLINK somTD_xih_AppleTestDrag_DragText_Open)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODID SOMLINK AppleTestDrag_DragText_parent_ODPart_Open(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODID __somRetVal = ((somTD_xih_AppleTestDrag_DragText_Open)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.Open))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_Open)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.Open))
- (somSelf,ev,frame);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_Open
- #ifdef parent_Open
- #define SOMGD_pmc_parent_Open
- #undef parent_Open
- #else
- #define parent_Open AppleTestDrag_DragText_parent_ODPart_Open
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_Open
- #ifdef parent_ODPart_Open
- #define SOMGD_pmc_parent_ODPart_Open
- #undef parent_ODPart_Open
- #else
- #define parent_ODPart_Open AppleTestDrag_DragText_parent_ODPart_Open
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_Open(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_Open(arg0,arg1,arg2)
-
- /* Overridden method: RequestEmbeddedFrame */
- SOM_Scope ODFrame* SOMLINK AppleTestDrag_DragTextRequestEmbeddedFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* containingFrame,
- ODFrame* baseFrame,
- ODShape* frameShape,
- ODPart* embedPart,
- ODTypeToken viewType,
- ODTypeToken presentation,
- ODBoolean isOverlaid);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODFrame* (* SOMLINK somTD_xih_AppleTestDrag_DragText_RequestEmbeddedFrame)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* containingFrame,
- ODFrame* baseFrame,
- ODShape* frameShape,
- ODPart* embedPart,
- ODTypeToken viewType,
- ODTypeToken presentation,
- ODBoolean isOverlaid);
- inline ODFrame* SOMLINK AppleTestDrag_DragText_parent_ODPart_RequestEmbeddedFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* containingFrame,
- ODFrame* baseFrame,
- ODShape* frameShape,
- ODPart* embedPart,
- ODTypeToken viewType,
- ODTypeToken presentation,
- ODBoolean isOverlaid)
- {
- #ifdef SOMCHKEXCEPT
- ODFrame* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_RequestEmbeddedFrame)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RequestEmbeddedFrame))
- (somSelf,ev,containingFrame,baseFrame,frameShape,embedPart,viewType,presentation,isOverlaid);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_RequestEmbeddedFrame)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RequestEmbeddedFrame))
- (somSelf,ev,containingFrame,baseFrame,frameShape,embedPart,viewType,presentation,isOverlaid);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_RequestEmbeddedFrame
- #ifdef parent_RequestEmbeddedFrame
- #define SOMGD_pmc_parent_RequestEmbeddedFrame
- #undef parent_RequestEmbeddedFrame
- #else
- #define parent_RequestEmbeddedFrame AppleTestDrag_DragText_parent_ODPart_RequestEmbeddedFrame
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_RequestEmbeddedFrame
- #ifdef parent_ODPart_RequestEmbeddedFrame
- #define SOMGD_pmc_parent_ODPart_RequestEmbeddedFrame
- #undef parent_ODPart_RequestEmbeddedFrame
- #else
- #define parent_ODPart_RequestEmbeddedFrame AppleTestDrag_DragText_parent_ODPart_RequestEmbeddedFrame
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_RequestEmbeddedFrame(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8) \
- (void) AppleTestDrag_DragText_parent_ODPart_RequestEmbeddedFrame(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8)
-
- /* Overridden method: RemoveEmbeddedFrame */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRemoveEmbeddedFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_RemoveEmbeddedFrame)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_RemoveEmbeddedFrame(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_RemoveEmbeddedFrame)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RemoveEmbeddedFrame))
- (somSelf,ev,embeddedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_RemoveEmbeddedFrame
- #ifdef parent_RemoveEmbeddedFrame
- #define SOMGD_pmc_parent_RemoveEmbeddedFrame
- #undef parent_RemoveEmbeddedFrame
- #else
- #define parent_RemoveEmbeddedFrame AppleTestDrag_DragText_parent_ODPart_RemoveEmbeddedFrame
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_RemoveEmbeddedFrame
- #ifdef parent_ODPart_RemoveEmbeddedFrame
- #define SOMGD_pmc_parent_ODPart_RemoveEmbeddedFrame
- #undef parent_ODPart_RemoveEmbeddedFrame
- #else
- #define parent_ODPart_RemoveEmbeddedFrame AppleTestDrag_DragText_parent_ODPart_RemoveEmbeddedFrame
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_RemoveEmbeddedFrame(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_RemoveEmbeddedFrame(arg0,arg1,arg2)
-
- /* Overridden method: RequestFrameShape */
- SOM_Scope ODShape* SOMLINK AppleTestDrag_DragTextRequestFrameShape(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* frameShape);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODShape* (* SOMLINK somTD_xih_AppleTestDrag_DragText_RequestFrameShape)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* frameShape);
- inline ODShape* SOMLINK AppleTestDrag_DragText_parent_ODPart_RequestFrameShape(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* frameShape)
- {
- #ifdef SOMCHKEXCEPT
- ODShape* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_RequestFrameShape)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RequestFrameShape))
- (somSelf,ev,embeddedFrame,frameShape);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_RequestFrameShape)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RequestFrameShape))
- (somSelf,ev,embeddedFrame,frameShape);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_RequestFrameShape
- #ifdef parent_RequestFrameShape
- #define SOMGD_pmc_parent_RequestFrameShape
- #undef parent_RequestFrameShape
- #else
- #define parent_RequestFrameShape AppleTestDrag_DragText_parent_ODPart_RequestFrameShape
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_RequestFrameShape
- #ifdef parent_ODPart_RequestFrameShape
- #define SOMGD_pmc_parent_ODPart_RequestFrameShape
- #undef parent_ODPart_RequestFrameShape
- #else
- #define parent_ODPart_RequestFrameShape AppleTestDrag_DragText_parent_ODPart_RequestFrameShape
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_RequestFrameShape(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_RequestFrameShape(arg0,arg1,arg2,arg3)
-
- /* Overridden method: UsedShapeChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUsedShapeChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_UsedShapeChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_UsedShapeChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* embeddedFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_UsedShapeChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.UsedShapeChanged))
- (somSelf,ev,embeddedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_UsedShapeChanged
- #ifdef parent_UsedShapeChanged
- #define SOMGD_pmc_parent_UsedShapeChanged
- #undef parent_UsedShapeChanged
- #else
- #define parent_UsedShapeChanged AppleTestDrag_DragText_parent_ODPart_UsedShapeChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_UsedShapeChanged
- #ifdef parent_ODPart_UsedShapeChanged
- #define SOMGD_pmc_parent_ODPart_UsedShapeChanged
- #undef parent_ODPart_UsedShapeChanged
- #else
- #define parent_ODPart_UsedShapeChanged AppleTestDrag_DragText_parent_ODPart_UsedShapeChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_UsedShapeChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_UsedShapeChanged(arg0,arg1,arg2)
-
- /* Overridden method: AdjustBorderShape */
- SOM_Scope ODShape* SOMLINK AppleTestDrag_DragTextAdjustBorderShape(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* embeddedFacet,
- ODShape* shape);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODShape* (* SOMLINK somTD_xih_AppleTestDrag_DragText_AdjustBorderShape)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* embeddedFacet,
- ODShape* shape);
- inline ODShape* SOMLINK AppleTestDrag_DragText_parent_ODPart_AdjustBorderShape(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* embeddedFacet,
- ODShape* shape)
- {
- #ifdef SOMCHKEXCEPT
- ODShape* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_AdjustBorderShape)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AdjustBorderShape))
- (somSelf,ev,embeddedFacet,shape);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_AdjustBorderShape)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AdjustBorderShape))
- (somSelf,ev,embeddedFacet,shape);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_AdjustBorderShape
- #ifdef parent_AdjustBorderShape
- #define SOMGD_pmc_parent_AdjustBorderShape
- #undef parent_AdjustBorderShape
- #else
- #define parent_AdjustBorderShape AppleTestDrag_DragText_parent_ODPart_AdjustBorderShape
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_AdjustBorderShape
- #ifdef parent_ODPart_AdjustBorderShape
- #define SOMGD_pmc_parent_ODPart_AdjustBorderShape
- #undef parent_ODPart_AdjustBorderShape
- #else
- #define parent_ODPart_AdjustBorderShape AppleTestDrag_DragText_parent_ODPart_AdjustBorderShape
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_AdjustBorderShape(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_AdjustBorderShape(arg0,arg1,arg2,arg3)
-
- /* Overridden method: FacetAdded */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextFacetAdded(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_FacetAdded)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_FacetAdded(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_AppleTestDrag_DragText_FacetAdded)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.FacetAdded))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_FacetAdded
- #ifdef parent_FacetAdded
- #define SOMGD_pmc_parent_FacetAdded
- #undef parent_FacetAdded
- #else
- #define parent_FacetAdded AppleTestDrag_DragText_parent_ODPart_FacetAdded
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_FacetAdded
- #ifdef parent_ODPart_FacetAdded
- #define SOMGD_pmc_parent_ODPart_FacetAdded
- #undef parent_ODPart_FacetAdded
- #else
- #define parent_ODPart_FacetAdded AppleTestDrag_DragText_parent_ODPart_FacetAdded
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_FacetAdded(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_FacetAdded(arg0,arg1,arg2)
-
- /* Overridden method: FacetRemoved */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextFacetRemoved(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_FacetRemoved)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_FacetRemoved(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_AppleTestDrag_DragText_FacetRemoved)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.FacetRemoved))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_FacetRemoved
- #ifdef parent_FacetRemoved
- #define SOMGD_pmc_parent_FacetRemoved
- #undef parent_FacetRemoved
- #else
- #define parent_FacetRemoved AppleTestDrag_DragText_parent_ODPart_FacetRemoved
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_FacetRemoved
- #ifdef parent_ODPart_FacetRemoved
- #define SOMGD_pmc_parent_ODPart_FacetRemoved
- #undef parent_ODPart_FacetRemoved
- #else
- #define parent_ODPart_FacetRemoved AppleTestDrag_DragText_parent_ODPart_FacetRemoved
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_FacetRemoved(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_FacetRemoved(arg0,arg1,arg2)
-
- /* Overridden method: CanvasChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCanvasChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_CanvasChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_CanvasChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_AppleTestDrag_DragText_CanvasChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CanvasChanged))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_CanvasChanged
- #ifdef parent_CanvasChanged
- #define SOMGD_pmc_parent_CanvasChanged
- #undef parent_CanvasChanged
- #else
- #define parent_CanvasChanged AppleTestDrag_DragText_parent_ODPart_CanvasChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_CanvasChanged
- #ifdef parent_ODPart_CanvasChanged
- #define SOMGD_pmc_parent_ODPart_CanvasChanged
- #undef parent_ODPart_CanvasChanged
- #else
- #define parent_ODPart_CanvasChanged AppleTestDrag_DragText_parent_ODPart_CanvasChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_CanvasChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_CanvasChanged(arg0,arg1,arg2)
-
- /* Overridden method: Draw */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDraw(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* invalidShape);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_Draw)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* invalidShape);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_Draw(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* invalidShape)
- {
- ((somTD_xih_AppleTestDrag_DragText_Draw)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.Draw))
- (somSelf,ev,facet,invalidShape);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_Draw
- #ifdef parent_Draw
- #define SOMGD_pmc_parent_Draw
- #undef parent_Draw
- #else
- #define parent_Draw AppleTestDrag_DragText_parent_ODPart_Draw
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_Draw
- #ifdef parent_ODPart_Draw
- #define SOMGD_pmc_parent_ODPart_Draw
- #undef parent_ODPart_Draw
- #else
- #define parent_ODPart_Draw AppleTestDrag_DragText_parent_ODPart_Draw
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_Draw(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_Draw(arg0,arg1,arg2,arg3)
-
- /* Overridden method: CanvasUpdated */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCanvasUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODCanvas* canvas);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_CanvasUpdated)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODCanvas* canvas);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_CanvasUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODCanvas* canvas)
- {
- ((somTD_xih_AppleTestDrag_DragText_CanvasUpdated)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CanvasUpdated))
- (somSelf,ev,canvas);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_CanvasUpdated
- #ifdef parent_CanvasUpdated
- #define SOMGD_pmc_parent_CanvasUpdated
- #undef parent_CanvasUpdated
- #else
- #define parent_CanvasUpdated AppleTestDrag_DragText_parent_ODPart_CanvasUpdated
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_CanvasUpdated
- #ifdef parent_ODPart_CanvasUpdated
- #define SOMGD_pmc_parent_ODPart_CanvasUpdated
- #undef parent_ODPart_CanvasUpdated
- #else
- #define parent_ODPart_CanvasUpdated AppleTestDrag_DragText_parent_ODPart_CanvasUpdated
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_CanvasUpdated(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_CanvasUpdated(arg0,arg1,arg2)
-
- /* Overridden method: HighlightChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextHighlightChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_HighlightChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_HighlightChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_AppleTestDrag_DragText_HighlightChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.HighlightChanged))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_HighlightChanged
- #ifdef parent_HighlightChanged
- #define SOMGD_pmc_parent_HighlightChanged
- #undef parent_HighlightChanged
- #else
- #define parent_HighlightChanged AppleTestDrag_DragText_parent_ODPart_HighlightChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_HighlightChanged
- #ifdef parent_ODPart_HighlightChanged
- #define SOMGD_pmc_parent_ODPart_HighlightChanged
- #undef parent_ODPart_HighlightChanged
- #else
- #define parent_ODPart_HighlightChanged AppleTestDrag_DragText_parent_ODPart_HighlightChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_HighlightChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_HighlightChanged(arg0,arg1,arg2)
-
- /* Overridden method: GetPrintResolution */
- SOM_Scope ODULong SOMLINK AppleTestDrag_DragTextGetPrintResolution(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODULong (* SOMLINK somTD_xih_AppleTestDrag_DragText_GetPrintResolution)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODULong SOMLINK AppleTestDrag_DragText_parent_ODPart_GetPrintResolution(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODULong __somRetVal = ((somTD_xih_AppleTestDrag_DragText_GetPrintResolution)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.GetPrintResolution))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_GetPrintResolution)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.GetPrintResolution))
- (somSelf,ev,frame);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_GetPrintResolution
- #ifdef parent_GetPrintResolution
- #define SOMGD_pmc_parent_GetPrintResolution
- #undef parent_GetPrintResolution
- #else
- #define parent_GetPrintResolution AppleTestDrag_DragText_parent_ODPart_GetPrintResolution
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_GetPrintResolution
- #ifdef parent_ODPart_GetPrintResolution
- #define SOMGD_pmc_parent_ODPart_GetPrintResolution
- #undef parent_ODPart_GetPrintResolution
- #else
- #define parent_ODPart_GetPrintResolution AppleTestDrag_DragText_parent_ODPart_GetPrintResolution
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_GetPrintResolution(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_GetPrintResolution(arg0,arg1,arg2)
-
- /* Overridden method: CreateLink */
- SOM_Scope ODLinkSource* SOMLINK AppleTestDrag_DragTextCreateLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODByteArray* data);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODLinkSource* (* SOMLINK somTD_xih_AppleTestDrag_DragText_CreateLink)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODByteArray* data);
- inline ODLinkSource* SOMLINK AppleTestDrag_DragText_parent_ODPart_CreateLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODByteArray* data)
- {
- #ifdef SOMCHKEXCEPT
- ODLinkSource* __somRetVal = ((somTD_xih_AppleTestDrag_DragText_CreateLink)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CreateLink))
- (somSelf,ev,data);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_CreateLink)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CreateLink))
- (somSelf,ev,data);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_CreateLink
- #ifdef parent_CreateLink
- #define SOMGD_pmc_parent_CreateLink
- #undef parent_CreateLink
- #else
- #define parent_CreateLink AppleTestDrag_DragText_parent_ODPart_CreateLink
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_CreateLink
- #ifdef parent_ODPart_CreateLink
- #define SOMGD_pmc_parent_ODPart_CreateLink
- #undef parent_ODPart_CreateLink
- #else
- #define parent_ODPart_CreateLink AppleTestDrag_DragText_parent_ODPart_CreateLink
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_CreateLink(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_CreateLink(arg0,arg1,arg2)
-
- /* Overridden method: LinkUpdated */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextLinkUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODLink* updatedLink,
- ODUpdateID change);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_LinkUpdated)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODLink* updatedLink,
- ODUpdateID change);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_LinkUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODLink* updatedLink,
- ODUpdateID change)
- {
- ((somTD_xih_AppleTestDrag_DragText_LinkUpdated)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.LinkUpdated))
- (somSelf,ev,updatedLink,change);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_LinkUpdated
- #ifdef parent_LinkUpdated
- #define SOMGD_pmc_parent_LinkUpdated
- #undef parent_LinkUpdated
- #else
- #define parent_LinkUpdated AppleTestDrag_DragText_parent_ODPart_LinkUpdated
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_LinkUpdated
- #ifdef parent_ODPart_LinkUpdated
- #define SOMGD_pmc_parent_ODPart_LinkUpdated
- #undef parent_ODPart_LinkUpdated
- #else
- #define parent_ODPart_LinkUpdated AppleTestDrag_DragText_parent_ODPart_LinkUpdated
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_LinkUpdated(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_LinkUpdated(arg0,arg1,arg2,arg3)
-
- /* Overridden method: RevealLink */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRevealLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODLinkSource* linkSource);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_RevealLink)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODLinkSource* linkSource);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_RevealLink(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODLinkSource* linkSource)
- {
- ((somTD_xih_AppleTestDrag_DragText_RevealLink)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RevealLink))
- (somSelf,ev,linkSource);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_RevealLink
- #ifdef parent_RevealLink
- #define SOMGD_pmc_parent_RevealLink
- #undef parent_RevealLink
- #else
- #define parent_RevealLink AppleTestDrag_DragText_parent_ODPart_RevealLink
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_RevealLink
- #ifdef parent_ODPart_RevealLink
- #define SOMGD_pmc_parent_ODPart_RevealLink
- #undef parent_ODPart_RevealLink
- #else
- #define parent_ODPart_RevealLink AppleTestDrag_DragText_parent_ODPart_RevealLink
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_RevealLink(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_RevealLink(arg0,arg1,arg2)
-
- /* Overridden method: EmbeddedFrameUpdated */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextEmbeddedFrameUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODUpdateID change);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_EmbeddedFrameUpdated)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODUpdateID change);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameUpdated(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame,
- ODUpdateID change)
- {
- ((somTD_xih_AppleTestDrag_DragText_EmbeddedFrameUpdated)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.EmbeddedFrameUpdated))
- (somSelf,ev,frame,change);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_EmbeddedFrameUpdated
- #ifdef parent_EmbeddedFrameUpdated
- #define SOMGD_pmc_parent_EmbeddedFrameUpdated
- #undef parent_EmbeddedFrameUpdated
- #else
- #define parent_EmbeddedFrameUpdated AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameUpdated
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_EmbeddedFrameUpdated
- #ifdef parent_ODPart_EmbeddedFrameUpdated
- #define SOMGD_pmc_parent_ODPart_EmbeddedFrameUpdated
- #undef parent_ODPart_EmbeddedFrameUpdated
- #else
- #define parent_ODPart_EmbeddedFrameUpdated AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameUpdated
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_EmbeddedFrameUpdated(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_EmbeddedFrameUpdated(arg0,arg1,arg2,arg3)
-
- /* Overridden method: LinkStatusChanged */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextLinkStatusChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_LinkStatusChanged)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_LinkStatusChanged(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_LinkStatusChanged)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.LinkStatusChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_LinkStatusChanged
- #ifdef parent_LinkStatusChanged
- #define SOMGD_pmc_parent_LinkStatusChanged
- #undef parent_LinkStatusChanged
- #else
- #define parent_LinkStatusChanged AppleTestDrag_DragText_parent_ODPart_LinkStatusChanged
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_LinkStatusChanged
- #ifdef parent_ODPart_LinkStatusChanged
- #define SOMGD_pmc_parent_ODPart_LinkStatusChanged
- #undef parent_ODPart_LinkStatusChanged
- #else
- #define parent_ODPart_LinkStatusChanged AppleTestDrag_DragText_parent_ODPart_LinkStatusChanged
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_LinkStatusChanged(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_LinkStatusChanged(arg0,arg1,arg2)
-
- /* Overridden method: BeginRelinquishFocus */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextBeginRelinquishFocus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODBoolean (* SOMLINK somTD_xih_AppleTestDrag_DragText_BeginRelinquishFocus)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- inline ODBoolean SOMLINK AppleTestDrag_DragText_parent_ODPart_BeginRelinquishFocus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_AppleTestDrag_DragText_BeginRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.BeginRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_BeginRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.BeginRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_BeginRelinquishFocus
- #ifdef parent_BeginRelinquishFocus
- #define SOMGD_pmc_parent_BeginRelinquishFocus
- #undef parent_BeginRelinquishFocus
- #else
- #define parent_BeginRelinquishFocus AppleTestDrag_DragText_parent_ODPart_BeginRelinquishFocus
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_BeginRelinquishFocus
- #ifdef parent_ODPart_BeginRelinquishFocus
- #define SOMGD_pmc_parent_ODPart_BeginRelinquishFocus
- #undef parent_ODPart_BeginRelinquishFocus
- #else
- #define parent_ODPart_BeginRelinquishFocus AppleTestDrag_DragText_parent_ODPart_BeginRelinquishFocus
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_BeginRelinquishFocus(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_BeginRelinquishFocus(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: CommitRelinquishFocus */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCommitRelinquishFocus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_CommitRelinquishFocus)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_CommitRelinquishFocus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_CommitRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.CommitRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_CommitRelinquishFocus
- #ifdef parent_CommitRelinquishFocus
- #define SOMGD_pmc_parent_CommitRelinquishFocus
- #undef parent_CommitRelinquishFocus
- #else
- #define parent_CommitRelinquishFocus AppleTestDrag_DragText_parent_ODPart_CommitRelinquishFocus
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_CommitRelinquishFocus
- #ifdef parent_ODPart_CommitRelinquishFocus
- #define SOMGD_pmc_parent_ODPart_CommitRelinquishFocus
- #undef parent_ODPart_CommitRelinquishFocus
- #else
- #define parent_ODPart_CommitRelinquishFocus AppleTestDrag_DragText_parent_ODPart_CommitRelinquishFocus
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_CommitRelinquishFocus(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_CommitRelinquishFocus(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: AbortRelinquishFocus */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAbortRelinquishFocus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_AbortRelinquishFocus)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_AbortRelinquishFocus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_AbortRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AbortRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_AbortRelinquishFocus
- #ifdef parent_AbortRelinquishFocus
- #define SOMGD_pmc_parent_AbortRelinquishFocus
- #undef parent_AbortRelinquishFocus
- #else
- #define parent_AbortRelinquishFocus AppleTestDrag_DragText_parent_ODPart_AbortRelinquishFocus
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_AbortRelinquishFocus
- #ifdef parent_ODPart_AbortRelinquishFocus
- #define SOMGD_pmc_parent_ODPart_AbortRelinquishFocus
- #undef parent_ODPart_AbortRelinquishFocus
- #else
- #define parent_ODPart_AbortRelinquishFocus AppleTestDrag_DragText_parent_ODPart_AbortRelinquishFocus
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_AbortRelinquishFocus(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_AbortRelinquishFocus(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: FocusAcquired */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextFocusAcquired(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_FocusAcquired)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_FocusAcquired(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_FocusAcquired)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.FocusAcquired))
- (somSelf,ev,focus,ownerFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_FocusAcquired
- #ifdef parent_FocusAcquired
- #define SOMGD_pmc_parent_FocusAcquired
- #undef parent_FocusAcquired
- #else
- #define parent_FocusAcquired AppleTestDrag_DragText_parent_ODPart_FocusAcquired
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_FocusAcquired
- #ifdef parent_ODPart_FocusAcquired
- #define SOMGD_pmc_parent_ODPart_FocusAcquired
- #undef parent_ODPart_FocusAcquired
- #else
- #define parent_ODPart_FocusAcquired AppleTestDrag_DragText_parent_ODPart_FocusAcquired
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_FocusAcquired(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_FocusAcquired(arg0,arg1,arg2,arg3)
-
- /* Overridden method: FocusLost */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextFocusLost(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_FocusLost)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_FocusLost(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame)
- {
- ((somTD_xih_AppleTestDrag_DragText_FocusLost)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.FocusLost))
- (somSelf,ev,focus,ownerFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_FocusLost
- #ifdef parent_FocusLost
- #define SOMGD_pmc_parent_FocusLost
- #undef parent_FocusLost
- #else
- #define parent_FocusLost AppleTestDrag_DragText_parent_ODPart_FocusLost
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_FocusLost
- #ifdef parent_ODPart_FocusLost
- #define SOMGD_pmc_parent_ODPart_FocusLost
- #undef parent_ODPart_FocusLost
- #else
- #define parent_ODPart_FocusLost AppleTestDrag_DragText_parent_ODPart_FocusLost
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_FocusLost(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_FocusLost(arg0,arg1,arg2,arg3)
-
- /* Overridden method: CloneInto */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextCloneInto(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDraftKey key,
- ODStorageUnit* toSU,
- ODFrame* scope);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_CloneInto)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDraftKey key,
- ODStorageUnit* toSU,
- ODFrame* scope);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_CloneInto(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODDraftKey key,
- ODStorageUnit* toSU,
- ODFrame* scope)
- {
- ((somTD_xih_AppleTestDrag_DragText_CloneInto)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPersistentObjectClassData.CloneInto))
- (somSelf,ev,key,toSU,scope);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_CloneInto
- #ifdef parent_CloneInto
- #define SOMGD_pmc_parent_CloneInto
- #undef parent_CloneInto
- #else
- #define parent_CloneInto AppleTestDrag_DragText_parent_ODPart_CloneInto
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_CloneInto
- #ifdef parent_ODPart_CloneInto
- #define SOMGD_pmc_parent_ODPart_CloneInto
- #undef parent_ODPart_CloneInto
- #else
- #define parent_ODPart_CloneInto AppleTestDrag_DragText_parent_ODPart_CloneInto
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_CloneInto(arg0,arg1,arg2,arg3,arg4) \
- (void) AppleTestDrag_DragText_parent_ODPart_CloneInto(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: ExternalizeKinds */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextExternalizeKinds(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeList* kindset);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ExternalizeKinds)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeList* kindset);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ExternalizeKinds(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODTypeList* kindset)
- {
- ((somTD_xih_AppleTestDrag_DragText_ExternalizeKinds)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ExternalizeKinds))
- (somSelf,ev,kindset);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ExternalizeKinds
- #ifdef parent_ExternalizeKinds
- #define SOMGD_pmc_parent_ExternalizeKinds
- #undef parent_ExternalizeKinds
- #else
- #define parent_ExternalizeKinds AppleTestDrag_DragText_parent_ODPart_ExternalizeKinds
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ExternalizeKinds
- #ifdef parent_ODPart_ExternalizeKinds
- #define SOMGD_pmc_parent_ODPart_ExternalizeKinds
- #undef parent_ODPart_ExternalizeKinds
- #else
- #define parent_ODPart_ExternalizeKinds AppleTestDrag_DragText_parent_ODPart_ExternalizeKinds
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ExternalizeKinds(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_ExternalizeKinds(arg0,arg1,arg2)
-
- /* Overridden method: ChangeKind */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextChangeKind(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType kind);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_ChangeKind)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType kind);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_ChangeKind(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODType kind)
- {
- ((somTD_xih_AppleTestDrag_DragText_ChangeKind)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ChangeKind))
- (somSelf,ev,kind);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ChangeKind
- #ifdef parent_ChangeKind
- #define SOMGD_pmc_parent_ChangeKind
- #undef parent_ChangeKind
- #else
- #define parent_ChangeKind AppleTestDrag_DragText_parent_ODPart_ChangeKind
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ChangeKind
- #ifdef parent_ODPart_ChangeKind
- #define SOMGD_pmc_parent_ODPart_ChangeKind
- #undef parent_ODPart_ChangeKind
- #else
- #define parent_ODPart_ChangeKind AppleTestDrag_DragText_parent_ODPart_ChangeKind
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ChangeKind(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_ChangeKind(arg0,arg1,arg2)
-
- /* Overridden method: HandleEvent */
- SOM_Scope ODBoolean SOMLINK AppleTestDrag_DragTextHandleEvent(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODEventData* event,
- ODFrame* frame,
- ODFacet* facet,
- ODEventInfo* eventInfo);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODBoolean (* SOMLINK somTD_xih_AppleTestDrag_DragText_HandleEvent)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODEventData* event,
- ODFrame* frame,
- ODFacet* facet,
- ODEventInfo* eventInfo);
- inline ODBoolean SOMLINK AppleTestDrag_DragText_parent_ODPart_HandleEvent(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODEventData* event,
- ODFrame* frame,
- ODFacet* facet,
- ODEventInfo* eventInfo)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_AppleTestDrag_DragText_HandleEvent)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.HandleEvent))
- (somSelf,ev,event,frame,facet,eventInfo);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_HandleEvent)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.HandleEvent))
- (somSelf,ev,event,frame,facet,eventInfo);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_HandleEvent
- #ifdef parent_HandleEvent
- #define SOMGD_pmc_parent_HandleEvent
- #undef parent_HandleEvent
- #else
- #define parent_HandleEvent AppleTestDrag_DragText_parent_ODPart_HandleEvent
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_HandleEvent
- #ifdef parent_ODPart_HandleEvent
- #define SOMGD_pmc_parent_ODPart_HandleEvent
- #undef parent_ODPart_HandleEvent
- #else
- #define parent_ODPart_HandleEvent AppleTestDrag_DragText_parent_ODPart_HandleEvent
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_HandleEvent(arg0,arg1,arg2,arg3,arg4,arg5) \
- (void) AppleTestDrag_DragText_parent_ODPart_HandleEvent(arg0,arg1,arg2,arg3,arg4,arg5)
-
- /* Overridden method: AdjustMenus */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextAdjustMenus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_AdjustMenus)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_AdjustMenus(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_AppleTestDrag_DragText_AdjustMenus)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.AdjustMenus))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_AdjustMenus
- #ifdef parent_AdjustMenus
- #define SOMGD_pmc_parent_AdjustMenus
- #undef parent_AdjustMenus
- #else
- #define parent_AdjustMenus AppleTestDrag_DragText_parent_ODPart_AdjustMenus
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_AdjustMenus
- #ifdef parent_ODPart_AdjustMenus
- #define SOMGD_pmc_parent_ODPart_AdjustMenus
- #undef parent_ODPart_AdjustMenus
- #else
- #define parent_ODPart_AdjustMenus AppleTestDrag_DragText_parent_ODPart_AdjustMenus
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_AdjustMenus(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_AdjustMenus(arg0,arg1,arg2)
-
- /* Overridden method: UndoAction */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextUndoAction(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_UndoAction)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_UndoAction(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState)
- {
- ((somTD_xih_AppleTestDrag_DragText_UndoAction)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.UndoAction))
- (somSelf,ev,actionState);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_UndoAction
- #ifdef parent_UndoAction
- #define SOMGD_pmc_parent_UndoAction
- #undef parent_UndoAction
- #else
- #define parent_UndoAction AppleTestDrag_DragText_parent_ODPart_UndoAction
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_UndoAction
- #ifdef parent_ODPart_UndoAction
- #define SOMGD_pmc_parent_ODPart_UndoAction
- #undef parent_ODPart_UndoAction
- #else
- #define parent_ODPart_UndoAction AppleTestDrag_DragText_parent_ODPart_UndoAction
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_UndoAction(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_UndoAction(arg0,arg1,arg2)
-
- /* Overridden method: RedoAction */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextRedoAction(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_RedoAction)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_RedoAction(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState)
- {
- ((somTD_xih_AppleTestDrag_DragText_RedoAction)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.RedoAction))
- (somSelf,ev,actionState);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_RedoAction
- #ifdef parent_RedoAction
- #define SOMGD_pmc_parent_RedoAction
- #undef parent_RedoAction
- #else
- #define parent_RedoAction AppleTestDrag_DragText_parent_ODPart_RedoAction
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_RedoAction
- #ifdef parent_ODPart_RedoAction
- #define SOMGD_pmc_parent_ODPart_RedoAction
- #undef parent_ODPart_RedoAction
- #else
- #define parent_ODPart_RedoAction AppleTestDrag_DragText_parent_ODPart_RedoAction
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_RedoAction(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_RedoAction(arg0,arg1,arg2)
-
- /* Overridden method: DisposeActionState */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextDisposeActionState(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState,
- ODDoneState doneState);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_DisposeActionState)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState,
- ODDoneState doneState);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_DisposeActionState(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState,
- ODDoneState doneState)
- {
- ((somTD_xih_AppleTestDrag_DragText_DisposeActionState)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.DisposeActionState))
- (somSelf,ev,actionState,doneState);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_DisposeActionState
- #ifdef parent_DisposeActionState
- #define SOMGD_pmc_parent_DisposeActionState
- #undef parent_DisposeActionState
- #else
- #define parent_DisposeActionState AppleTestDrag_DragText_parent_ODPart_DisposeActionState
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_DisposeActionState
- #ifdef parent_ODPart_DisposeActionState
- #define SOMGD_pmc_parent_ODPart_DisposeActionState
- #undef parent_ODPart_DisposeActionState
- #else
- #define parent_ODPart_DisposeActionState AppleTestDrag_DragText_parent_ODPart_DisposeActionState
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_DisposeActionState(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_DisposeActionState(arg0,arg1,arg2,arg3)
-
- /* Overridden method: WriteActionState */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextWriteActionState(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState,
- ODStorageUnitView* storageUnitView);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_WriteActionState)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState,
- ODStorageUnitView* storageUnitView);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_WriteActionState(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODActionData* actionState,
- ODStorageUnitView* storageUnitView)
- {
- ((somTD_xih_AppleTestDrag_DragText_WriteActionState)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.WriteActionState))
- (somSelf,ev,actionState,storageUnitView);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_WriteActionState
- #ifdef parent_WriteActionState
- #define SOMGD_pmc_parent_WriteActionState
- #undef parent_WriteActionState
- #else
- #define parent_WriteActionState AppleTestDrag_DragText_parent_ODPart_WriteActionState
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_WriteActionState
- #ifdef parent_ODPart_WriteActionState
- #define SOMGD_pmc_parent_ODPart_WriteActionState
- #undef parent_ODPart_WriteActionState
- #else
- #define parent_ODPart_WriteActionState AppleTestDrag_DragText_parent_ODPart_WriteActionState
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_WriteActionState(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_WriteActionState(arg0,arg1,arg2,arg3)
-
- /* Overridden method: ReadActionState */
- SOM_Scope ODActionData SOMLINK AppleTestDrag_DragTextReadActionState(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnitView* storageUnitView);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef ODActionData (* SOMLINK somTD_xih_AppleTestDrag_DragText_ReadActionState)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnitView* storageUnitView);
- inline ODActionData SOMLINK AppleTestDrag_DragText_parent_ODPart_ReadActionState(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnitView* storageUnitView)
- {
- #ifdef SOMCHKEXCEPT
- ODActionData __somRetVal = ((somTD_xih_AppleTestDrag_DragText_ReadActionState)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ReadActionState))
- (somSelf,ev,storageUnitView);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_AppleTestDrag_DragText_ReadActionState)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.ReadActionState))
- (somSelf,ev,storageUnitView);
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_ReadActionState
- #ifdef parent_ReadActionState
- #define SOMGD_pmc_parent_ReadActionState
- #undef parent_ReadActionState
- #else
- #define parent_ReadActionState AppleTestDrag_DragText_parent_ODPart_ReadActionState
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_ReadActionState
- #ifdef parent_ODPart_ReadActionState
- #define SOMGD_pmc_parent_ODPart_ReadActionState
- #undef parent_ODPart_ReadActionState
- #else
- #define parent_ODPart_ReadActionState AppleTestDrag_DragText_parent_ODPart_ReadActionState
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_ReadActionState(arg0,arg1,arg2) \
- (void) AppleTestDrag_DragText_parent_ODPart_ReadActionState(arg0,arg1,arg2)
-
- /* Overridden method: InitPart */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextInitPart(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_InitPart)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_InitPart(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper)
- {
- ((somTD_xih_AppleTestDrag_DragText_InitPart)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.InitPart))
- (somSelf,ev,storageUnit,partWrapper);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_InitPart
- #ifdef parent_InitPart
- #define SOMGD_pmc_parent_InitPart
- #undef parent_InitPart
- #else
- #define parent_InitPart AppleTestDrag_DragText_parent_ODPart_InitPart
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_InitPart
- #ifdef parent_ODPart_InitPart
- #define SOMGD_pmc_parent_ODPart_InitPart
- #undef parent_ODPart_InitPart
- #else
- #define parent_ODPart_InitPart AppleTestDrag_DragText_parent_ODPart_InitPart
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_InitPart(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_InitPart(arg0,arg1,arg2,arg3)
-
- /* Overridden method: InitPartFromStorage */
- SOM_Scope void SOMLINK AppleTestDrag_DragTextInitPartFromStorage(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- #if !mw_bug
- SOMEXTERN
- #endif
- typedef void (* SOMLINK somTD_xih_AppleTestDrag_DragText_InitPartFromStorage)(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- inline void SOMLINK AppleTestDrag_DragText_parent_ODPart_InitPartFromStorage(AppleTestDrag_DragText *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper)
- {
- ((somTD_xih_AppleTestDrag_DragText_InitPartFromStorage)
- somParentNumResolve((somClassDataStructure*)&AppleTestDrag_DragTextClassData, 1, ODPartClassData.InitPartFromStorage))
- (somSelf,ev,storageUnit,partWrapper);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- /* define a variety of (possibly ambiguous) short forms */
- #ifndef SOMGD_pmc_parent_InitPartFromStorage
- #ifdef parent_InitPartFromStorage
- #define SOMGD_pmc_parent_InitPartFromStorage
- #undef parent_InitPartFromStorage
- #else
- #define parent_InitPartFromStorage AppleTestDrag_DragText_parent_ODPart_InitPartFromStorage
- #endif
- #endif
- #ifndef SOMGD_pmc_parent_ODPart_InitPartFromStorage
- #ifdef parent_ODPart_InitPartFromStorage
- #define SOMGD_pmc_parent_ODPart_InitPartFromStorage
- #undef parent_ODPart_InitPartFromStorage
- #else
- #define parent_ODPart_InitPartFromStorage AppleTestDrag_DragText_parent_ODPart_InitPartFromStorage
- #endif
- #endif
- #define AppleTestDrag_DragText_parents_InitPartFromStorage(arg0,arg1,arg2,arg3) \
- (void) AppleTestDrag_DragText_parent_ODPart_InitPartFromStorage(arg0,arg1,arg2,arg3)
-
- /*
- * -- Primary Implementation File Support
- */
- #if (defined(AppleTestDrag_DragText_Class_Source) || defined(SOM_Module_dragtext_Source))
-
- /*
- * -- The AppleTestDrag_DragText ClassData Structure
- */
-
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma export list AppleTestDrag_DragTextClassData
- #endif
-
-
- /*
- * -- The AppleTestDrag_DragText Class Ancestor Table
- */
- static somClassDataStructure * SOMDLINK AppleTestDrag_DragTextClassAncestors [] = {
- (somClassDataStructure*) & ODPartClassData, /* parent */
- (somClassDataStructure*) & SOMObjectClassData, /* ancestor */
- (somClassDataStructure*) & ODPersistentObjectClassData, /* ancestor */
- (somClassDataStructure*) & ODRefCntObjectClassData, /* ancestor */
- (somClassDataStructure*) & ODObjectClassData, /* ancestor */
- };
-
-
- /*
- * -- The AppleTestDrag_DragText Override ProcPtr Implementations Table
- */
- static somMethodPtr AppleTestDrag_DragTextOverrideProcs [] = {
- (somMethodPtr) AppleTestDrag_DragTextFulfillPromise, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDropCompleted, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDragEnter, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDragWithin, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDragLeave, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDrop, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextContainingPartPropertiesUpdated, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextAcquireContainingPartProperties, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextRevealFrame, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextEmbeddedFrameSpec, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextCreateEmbeddedFramesIterator, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDisplayFrameAdded, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDisplayFrameRemoved, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDisplayFrameConnected, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDisplayFrameClosed, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextAttachSourceFrame, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextGeometryChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextFrameShapeChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextViewTypeChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextPresentationChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextSequenceChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextReadPartInfo, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextWritePartInfo, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextClonePartInfo, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextOpen, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextRequestEmbeddedFrame, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextRemoveEmbeddedFrame, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextRequestFrameShape, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextUsedShapeChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextAdjustBorderShape, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextFacetAdded, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextFacetRemoved, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextCanvasChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDraw, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextCanvasUpdated, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextHighlightChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextGetPrintResolution, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextCreateLink, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextLinkUpdated, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextRevealLink, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextEmbeddedFrameUpdated, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextLinkStatusChanged, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextBeginRelinquishFocus, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextCommitRelinquishFocus, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextAbortRelinquishFocus, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextFocusAcquired, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextFocusLost, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextExternalizeKinds, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextChangeKind, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextHandleEvent, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextAdjustMenus, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextUndoAction, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextRedoAction, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextDisposeActionState, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextWriteActionState, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextReadActionState, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextInitPart, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextInitPartFromStorage, /* override class ODPart */
- (somMethodPtr) AppleTestDrag_DragTextsomInit, /* override class SOMObject */
- (somMethodPtr) AppleTestDrag_DragTextsomUninit, /* override class SOMObject */
- (somMethodPtr) AppleTestDrag_DragTextExternalize, /* override class ODPersistentObject */
- (somMethodPtr) AppleTestDrag_DragTextReleaseAll, /* override class ODPersistentObject */
- (somMethodPtr) AppleTestDrag_DragTextCloneInto, /* override class ODPersistentObject */
- (somMethodPtr) AppleTestDrag_DragTextRelease, /* override class ODRefCntObject */
- (somMethodPtr) AppleTestDrag_DragTextHasExtension, /* override class ODObject */
- (somMethodPtr) AppleTestDrag_DragTextAcquireExtension, /* override class ODObject */
- (somMethodPtr) AppleTestDrag_DragTextReleaseExtension, /* override class ODObject */
- };
-
-
- static void AppleTestDrag_DragTextDLLD ( void ) { }
-
-
- /*
- * -- The AppleTestDrag_DragText Static Class Info Master Table
- */
- static somStaticClassInfo AppleTestDrag_DragTextSCI = {
- 70, /* layout version */
- (somClassDataStructure*) & AppleTestDrag_DragTextClassData, /* main token table */
- AppleTestDrag_DragTextOverrideProcs, /* override proc implemenations table */
- AppleTestDrag_DragTextClassAncestors, /* ancestor table */
- AppleTestDrag_DragTextDLLD, /* DLLdesignator */
- 0, /* no special procs */
- 0, /* rtci slot */
- 0, /* count slot */
- 0, /* dynamic ancestry */
- 0, /* free */
- 0, /* free */
- 0, /* free */
- 0, /* free */
-
- /*
- * -- The AppleTestDrag_DragText Counts Table
- */
- (somStaticClassCounts *)
- "\x00\x00\x00\x01" /* majorversion */
- "\x00\x00\x00\x00" /* minorversion */
- "\x00\x00\x00\x01" /* flags */
- "\x00\x02" /* type code alignment */
- "\x00\x4f" /* classTokenCount */
- "\x00\x01" /* numDirectParents */
- "\x00\x00" /* numMetaClasses */
- "\x00\x05" /* numOverriddenAncestors */
- "\x00\x00" /* numMigratedMethods */
- "\x00\x00" /* numSelectedInherited */
- "\x00\x00" /* numUnused */
- "\x00\x00" /* free */
- "\x00\x00" /* free */
- "\x00\x00" /* free */
- "\x00" /* free */
- ,
-
- {
- "AppleTestDrag::DragText", /* the class name */
- sizeof (AppleTestDrag_DragTextData), /* class instance data size */
-
- /*
- * -- The AppleTestDrag_DragText Parent Versions Table
- */
- (somParentVersions *)
- "\x00\x00\x00\x01" /* majorversion */
- "\x00\x00\x00\x00" /* minorversion */
- ,
-
-
- /*
- * -- The AppleTestDrag_DragText Token Slot Usage Table
- */
- (somSlotUsage *)
- "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00",
-
-
- /*
- * -- The AppleTestDrag_DragText Method Signature Info
- */
- (somSignatureInfo *)
- "\x03\x07" /* CommonInitDragText */
- "\x03\x07" /* ActivatingWindow */
- "\x03\x07" /* DeactivatingWindow */
- "\x03\x0c" /* CreateWindow */
- "\x04\x07" /* ExternalizeSelection */
- "\x06\x00" /* HandleMouseDownInBorder */
- "\x05\x00" /* HandleMouseDown */
- "\x04\x00" /* HandleKeyDown */
- "\x04\x00" /* HandleMenuEvent */
- "\x03\x07" /* Idle */
- "\x03\x00" /* ActivateFrame */
- "\x03\x07" /* DeactivateFrame */
- "\x02\x07" /* InvalAllFrames */
- "\x05\x07" /* ExternalShapeToWindowShape */
- "\x02\x07" /* AdjustFontMenu */
- "\x02\x07" /* AdjustSizeMenu */
- "\x03\x17\xc2" /* HandleFontMenu */
- "\x03\x17\xc2" /* HandleSizeMenu */
- "\x03\x07" /* InstallMenus */
- "\x03\x07" /* RemoveMenus */
- "\x03\x17\xc3" /* OutlineSizeMenu */
- "\x03\x07" /* CreateDocument */
- "\x02\x07" /* PositionDocumentParts */
- "\x02\x07" /* AdjustScrollBar */
- "\x03\x07" /* AdjustCursor */
- "\x03\x03" /* DoDragText */
- "\x03\x07" /* ClipThis */
- "\x03\x07" /* ClipToRoot */
- "\x04\x00" /* DoCommand */
- "\x03\x00" /* DoCut */
- "\x03\x00" /* DoCopy */
- "\x05\x00" /* DoPaste */
- "\x03\x00" /* DoPasteAs */
- "\x06\x10\xcc\x03\x30" /* CanPasteLink */
- "\x04\x00" /* DoPasteLink */
- "\x07\x07" /* DoDropPaste */
- "\x06\x07" /* DoDropPasteLink */
- "\x03\x00" /* DoLinkInfo */
- "\x03\x00" /* DoClear */
- "\x03\x00" /* DoSelectAll */
- "\x03\x00" /* DoSampleTwo */
- "\x03\x00" /* DoSampleOne */
- "\x03\x07" /* CommonDropProlog */
- "\x05\x05" /* DropOneItem */
- "\x04\x17\xcc\x20" /* UndoRedoCut */
- "\x04\x17\xcc\x20" /* UndoRedoPaste */
- "\x04\x17\xcc\x20" /* UndoRedoPasteLink */
- "\x04\x17\xcc\x20" /* UndoRedoClear */
- "\x04\x17\xcc\x20" /* UndoRedoSampleOne */
- "\x04\x17\xcc\x20" /* UndoRedoSampleTwo */
- "\x04\x17\xcc\x20" /* UndoRedoTyping */
- "\x04\x17\xcc\x20" /* UndoRedoStyling */
- "\x0a\x07" /* PushUndoAction */
- "\x05\x07" /* IncorporateTestDragContent */
- "\x04\x07" /* IncorporateTextContent */
- "\x04\x07" /* IncorporateStyledTextContent */
- "\x04\x07" /* OpenWhitespace */
- "\x04\x17\xc1\x10" /* InsertWhitespace */
- "\x02\x07" /* ExpandSelectionAroundLink */
- "\x02\x00" /* SelectionInLinkSource */
- "\x02\x00" /* SelectionInLinkDestination */
- "\x03\x00" /* PtInDestinationLink */
- "\x06\x17\xc3\x33\x40" /* AdjustDstLinks */
- "\x06\x17\xc3\x33\x40" /* AdjustSrcLinks */
- "\x05\x17\xc3\x34" /* CheckDstLinkDeletion */
- "\x04\x17\xc3\x30" /* AbandonSourceLinks */
- "\x02\x07" /* RemoveSrcLink */
- "\x02\x07" /* RemoveDstLink */
- "\x02\x07" /* RemoveLinkSpec */
- "\x04\x07" /* LinkChanged */
- "\x02\x07" /* IncorporateContentFromLink */
- "\x06\x17\xc3\x33\x40" /* AdjustLinks */
- "\x03\x07" /* AddLinkSpecToSU */
- "\x05\x07" /* PasteLinkFromSU */
- "\x04\x17\xcc\x20" /* ShowLinkBorder */
- "\x03\x00" /* ShowAboutBox */
- "\x03\x00" /* UserCategoryString */
- "\x02\x07" /* InstallObjectAccessors */
- "\x05\x0c" /* TranslateContentKind */
- ,
-
-
- /*
- * -- The AppleTestDrag_DragText Class Method Names
- */
- "CommonInitDragText\0"
- "ActivatingWindow\0"
- "DeactivatingWindow\0"
- "CreateWindow\0"
- "ExternalizeSelection\0"
- "HandleMouseDownInBorder\0"
- "HandleMouseDown\0"
- "HandleKeyDown\0"
- "HandleMenuEvent\0"
- "Idle\0"
- "ActivateFrame\0"
- "DeactivateFrame\0"
- "InvalAllFrames\0"
- "ExternalShapeToWindowShape\0"
- "AdjustFontMenu\0"
- "AdjustSizeMenu\0"
- "HandleFontMenu\0"
- "HandleSizeMenu\0"
- "InstallMenus\0"
- "RemoveMenus\0"
- "OutlineSizeMenu\0"
- "CreateDocument\0"
- "PositionDocumentParts\0"
- "AdjustScrollBar\0"
- "AdjustCursor\0"
- "DoDragText\0"
- "ClipThis\0"
- "ClipToRoot\0"
- "DoCommand\0"
- "DoCut\0"
- "DoCopy\0"
- "DoPaste\0"
- "DoPasteAs\0"
- "CanPasteLink\0"
- "DoPasteLink\0"
- "DoDropPaste\0"
- "DoDropPasteLink\0"
- "DoLinkInfo\0"
- "DoClear\0"
- "DoSelectAll\0"
- "DoSampleTwo\0"
- "DoSampleOne\0"
- "CommonDropProlog\0"
- "DropOneItem\0"
- "UndoRedoCut\0"
- "UndoRedoPaste\0"
- "UndoRedoPasteLink\0"
- "UndoRedoClear\0"
- "UndoRedoSampleOne\0"
- "UndoRedoSampleTwo\0"
- "UndoRedoTyping\0"
- "UndoRedoStyling\0"
- "PushUndoAction\0"
- "IncorporateTestDragContent\0"
- "IncorporateTextContent\0"
- "IncorporateStyledTextContent\0"
- "OpenWhitespace\0"
- "InsertWhitespace\0"
- "ExpandSelectionAroundLink\0"
- "SelectionInLinkSource\0"
- "SelectionInLinkDestination\0"
- "PtInDestinationLink\0"
- "AdjustDstLinks\0"
- "AdjustSrcLinks\0"
- "CheckDstLinkDeletion\0"
- "AbandonSourceLinks\0"
- "RemoveSrcLink\0"
- "RemoveDstLink\0"
- "RemoveLinkSpec\0"
- "LinkChanged\0"
- "IncorporateContentFromLink\0"
- "AdjustLinks\0"
- "AddLinkSpecToSU\0"
- "PasteLinkFromSU\0"
- "ShowLinkBorder\0"
- "ShowAboutBox\0"
- "UserCategoryString\0"
- "InstallObjectAccessors\0"
- "TranslateContentKind\0"
- ,
-
-
- /*
- * -- The AppleTestDrag_DragText Override Slots Table
- */
- (somOverrideData *)
- "\x00\x00\x00\x3a" /* parent ODPart has 58 overrides */
- "\x00\x27" /* FulfillPromise */
- "\x00\x28" /* DropCompleted */
- "\x00\x29" /* DragEnter */
- "\x00\x2a" /* DragWithin */
- "\x00\x2b" /* DragLeave */
- "\x00\x2c" /* Drop */
- "\x00\x0c" /* ContainingPartPropertiesUpdated */
- "\x00\x37" /* AcquireContainingPartProperties */
- "\x00\x38" /* RevealFrame */
- "\x00\x39" /* EmbeddedFrameSpec */
- "\x00\x3a" /* CreateEmbeddedFramesIterator */
- "\x00\x02" /* DisplayFrameAdded */
- "\x00\x03" /* DisplayFrameRemoved */
- "\x00\x04" /* DisplayFrameConnected */
- "\x00\x05" /* DisplayFrameClosed */
- "\x00\x06" /* AttachSourceFrame */
- "\x00\x14" /* GeometryChanged */
- "\x00\x07" /* FrameShapeChanged */
- "\x00\x08" /* ViewTypeChanged */
- "\x00\x09" /* PresentationChanged */
- "\x00\x0a" /* SequenceChanged */
- "\x00\x0d" /* ReadPartInfo */
- "\x00\x0e" /* WritePartInfo */
- "\x00\x0f" /* ClonePartInfo */
- "\x00\x10" /* Open */
- "\x00\x32" /* RequestEmbeddedFrame */
- "\x00\x33" /* RemoveEmbeddedFrame */
- "\x00\x34" /* RequestFrameShape */
- "\x00\x35" /* UsedShapeChanged */
- "\x00\x36" /* AdjustBorderShape */
- "\x00\x12" /* FacetAdded */
- "\x00\x13" /* FacetRemoved */
- "\x00\x16" /* CanvasChanged */
- "\x00\x11" /* Draw */
- "\x00\x17" /* CanvasUpdated */
- "\x00\x15" /* HighlightChanged */
- "\x00\x18" /* GetPrintResolution */
- "\x00\x2d" /* CreateLink */
- "\x00\x2f" /* LinkUpdated */
- "\x00\x2e" /* RevealLink */
- "\x00\x30" /* EmbeddedFrameUpdated */
- "\x00\x0b" /* LinkStatusChanged */
- "\x00\x19" /* BeginRelinquishFocus */
- "\x00\x1a" /* CommitRelinquishFocus */
- "\x00\x1b" /* AbortRelinquishFocus */
- "\x00\x1c" /* FocusAcquired */
- "\x00\x1d" /* FocusLost */
- "\x00\x1e" /* ExternalizeKinds */
- "\x00\x1f" /* ChangeKind */
- "\x00\x20" /* HandleEvent */
- "\x00\x21" /* AdjustMenus */
- "\x00\x22" /* UndoAction */
- "\x00\x23" /* RedoAction */
- "\x00\x24" /* DisposeActionState */
- "\x00\x25" /* WriteActionState */
- "\x00\x26" /* ReadActionState */
- "\x00\x00" /* InitPart */
- "\x00\x01" /* InitPartFromStorage */
- "\x00\x01\x00\x02" /* parent SOMObject has 2 overrides */
- "\x00\x00" /* somInit */
- "\x00\x01" /* somUninit */
- "\x00\x02\x00\x03" /* parent ODPersistentObject has 3 overrides */
- "\x00\x03" /* Externalize */
- "\x00\x02" /* ReleaseAll */
- "\x00\x06" /* CloneInto */
- "\x00\x03\x00\x01" /* parent ODRefCntObject has 1 overrides */
- "\x00\x02" /* Release */
- "\x00\x04\x00\x03" /* parent ODObject has 3 overrides */
- "\x00\x01" /* HasExtension */
- "\x00\x02" /* AcquireExtension */
- "\x00\x03" /* ReleaseExtension */
- ,
-
- 0, /* no migrated methods table */
- 0, /* no selected inherited */
- 0, /* unused */
-
- 0, /* free */
- 0, /* free */
- 0, /* free */
- 0, /* free */
- },
- };
-
- /*
- * -- The AppleTestDrag_DragText ClassData Structure
- */
- struct AppleTestDrag_DragTextClassDataStructure SOMDLINK AppleTestDrag_DragTextClassData = {
- 0, /* zero */
- & AppleTestDrag_DragTextSCI, /* SCI link */
- 0, /* instanceDataToken */
- 0, /* reserved */
- 0, /* reserved */
- 0, /* reserved */
- (somMToken) AppleTestDrag_DragTextCommonInitDragText, /* CommonInitDragText:method */
- (somMToken) AppleTestDrag_DragTextActivatingWindow, /* ActivatingWindow:method */
- (somMToken) AppleTestDrag_DragTextDeactivatingWindow, /* DeactivatingWindow:method */
- (somMToken) AppleTestDrag_DragTextCreateWindow, /* CreateWindow:method */
- (somMToken) AppleTestDrag_DragTextExternalizeSelection, /* ExternalizeSelection:method */
- (somMToken) AppleTestDrag_DragTextHandleMouseDownInBorder, /* HandleMouseDownInBorder:method */
- (somMToken) AppleTestDrag_DragTextHandleMouseDown, /* HandleMouseDown:method */
- (somMToken) AppleTestDrag_DragTextHandleKeyDown, /* HandleKeyDown:method */
- (somMToken) AppleTestDrag_DragTextHandleMenuEvent, /* HandleMenuEvent:method */
- (somMToken) AppleTestDrag_DragTextIdle, /* Idle:method */
- (somMToken) AppleTestDrag_DragTextActivateFrame, /* ActivateFrame:method */
- (somMToken) AppleTestDrag_DragTextDeactivateFrame, /* DeactivateFrame:method */
- (somMToken) AppleTestDrag_DragTextInvalAllFrames, /* InvalAllFrames:method */
- (somMToken) AppleTestDrag_DragTextExternalShapeToWindowShape, /* ExternalShapeToWindowShape:method */
- (somMToken) AppleTestDrag_DragTextAdjustFontMenu, /* AdjustFontMenu:method */
- (somMToken) AppleTestDrag_DragTextAdjustSizeMenu, /* AdjustSizeMenu:method */
- (somMToken) AppleTestDrag_DragTextHandleFontMenu, /* HandleFontMenu:method */
- (somMToken) AppleTestDrag_DragTextHandleSizeMenu, /* HandleSizeMenu:method */
- (somMToken) AppleTestDrag_DragTextInstallMenus, /* InstallMenus:method */
- (somMToken) AppleTestDrag_DragTextRemoveMenus, /* RemoveMenus:method */
- (somMToken) AppleTestDrag_DragTextOutlineSizeMenu, /* OutlineSizeMenu:method */
- (somMToken) AppleTestDrag_DragTextCreateDocument, /* CreateDocument:method */
- (somMToken) AppleTestDrag_DragTextPositionDocumentParts, /* PositionDocumentParts:method */
- (somMToken) AppleTestDrag_DragTextAdjustScrollBar, /* AdjustScrollBar:method */
- (somMToken) AppleTestDrag_DragTextAdjustCursor, /* AdjustCursor:method */
- (somMToken) AppleTestDrag_DragTextDoDragText, /* DoDragText:method */
- (somMToken) AppleTestDrag_DragTextClipThis, /* ClipThis:method */
- (somMToken) AppleTestDrag_DragTextClipToRoot, /* ClipToRoot:method */
- (somMToken) AppleTestDrag_DragTextDoCommand, /* DoCommand:method */
- (somMToken) AppleTestDrag_DragTextDoCut, /* DoCut:method */
- (somMToken) AppleTestDrag_DragTextDoCopy, /* DoCopy:method */
- (somMToken) AppleTestDrag_DragTextDoPaste, /* DoPaste:method */
- (somMToken) AppleTestDrag_DragTextDoPasteAs, /* DoPasteAs:method */
- (somMToken) AppleTestDrag_DragTextCanPasteLink, /* CanPasteLink:method */
- (somMToken) AppleTestDrag_DragTextDoPasteLink, /* DoPasteLink:method */
- (somMToken) AppleTestDrag_DragTextDoDropPaste, /* DoDropPaste:method */
- (somMToken) AppleTestDrag_DragTextDoDropPasteLink, /* DoDropPasteLink:method */
- (somMToken) AppleTestDrag_DragTextDoLinkInfo, /* DoLinkInfo:method */
- (somMToken) AppleTestDrag_DragTextDoClear, /* DoClear:method */
- (somMToken) AppleTestDrag_DragTextDoSelectAll, /* DoSelectAll:method */
- (somMToken) AppleTestDrag_DragTextDoSampleTwo, /* DoSampleTwo:method */
- (somMToken) AppleTestDrag_DragTextDoSampleOne, /* DoSampleOne:method */
- (somMToken) AppleTestDrag_DragTextCommonDropProlog, /* CommonDropProlog:method */
- (somMToken) AppleTestDrag_DragTextDropOneItem, /* DropOneItem:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoCut, /* UndoRedoCut:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoPaste, /* UndoRedoPaste:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoPasteLink, /* UndoRedoPasteLink:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoClear, /* UndoRedoClear:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoSampleOne, /* UndoRedoSampleOne:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoSampleTwo, /* UndoRedoSampleTwo:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoTyping, /* UndoRedoTyping:method */
- (somMToken) AppleTestDrag_DragTextUndoRedoStyling, /* UndoRedoStyling:method */
- (somMToken) AppleTestDrag_DragTextPushUndoAction, /* PushUndoAction:method */
- (somMToken) AppleTestDrag_DragTextIncorporateTestDragContent, /* IncorporateTestDragContent:method */
- (somMToken) AppleTestDrag_DragTextIncorporateTextContent, /* IncorporateTextContent:method */
- (somMToken) AppleTestDrag_DragTextIncorporateStyledTextContent, /* IncorporateStyledTextContent:method */
- (somMToken) AppleTestDrag_DragTextOpenWhitespace, /* OpenWhitespace:method */
- (somMToken) AppleTestDrag_DragTextInsertWhitespace, /* InsertWhitespace:method */
- (somMToken) AppleTestDrag_DragTextExpandSelectionAroundLink, /* ExpandSelectionAroundLink:method */
- (somMToken) AppleTestDrag_DragTextSelectionInLinkSource, /* SelectionInLinkSource:method */
- (somMToken) AppleTestDrag_DragTextSelectionInLinkDestination, /* SelectionInLinkDestination:method */
- (somMToken) AppleTestDrag_DragTextPtInDestinationLink, /* PtInDestinationLink:method */
- (somMToken) AppleTestDrag_DragTextAdjustDstLinks, /* AdjustDstLinks:method */
- (somMToken) AppleTestDrag_DragTextAdjustSrcLinks, /* AdjustSrcLinks:method */
- (somMToken) AppleTestDrag_DragTextCheckDstLinkDeletion, /* CheckDstLinkDeletion:method */
- (somMToken) AppleTestDrag_DragTextAbandonSourceLinks, /* AbandonSourceLinks:method */
- (somMToken) AppleTestDrag_DragTextRemoveSrcLink, /* RemoveSrcLink:method */
- (somMToken) AppleTestDrag_DragTextRemoveDstLink, /* RemoveDstLink:method */
- (somMToken) AppleTestDrag_DragTextRemoveLinkSpec, /* RemoveLinkSpec:method */
- (somMToken) AppleTestDrag_DragTextLinkChanged, /* LinkChanged:method */
- (somMToken) AppleTestDrag_DragTextIncorporateContentFromLink, /* IncorporateContentFromLink:method */
- (somMToken) AppleTestDrag_DragTextAdjustLinks, /* AdjustLinks:method */
- (somMToken) AppleTestDrag_DragTextAddLinkSpecToSU, /* AddLinkSpecToSU:method */
- (somMToken) AppleTestDrag_DragTextPasteLinkFromSU, /* PasteLinkFromSU:method */
- (somMToken) AppleTestDrag_DragTextShowLinkBorder, /* ShowLinkBorder:method */
- (somMToken) AppleTestDrag_DragTextShowAboutBox, /* ShowAboutBox:method */
- (somMToken) AppleTestDrag_DragTextUserCategoryString, /* UserCategoryString:method */
- (somMToken) AppleTestDrag_DragTextInstallObjectAccessors, /* InstallObjectAccessors:method */
- (somMToken) AppleTestDrag_DragTextTranslateContentKind, /* TranslateContentKind:method */
- };
-
-
- /*
- * Functions for attributes.
- */
-
- /*
- * Macros for initializers/destructors
- */
-
- #endif /* Primary Implementation Support */
-
- #endif /* SOM_AppleTestDrag_DragText_xih */
-